aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-shell
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-05-01 00:12:40 +0200
committerLibravatar Rutger Broekhoff2024-05-01 00:12:40 +0200
commitc8ae2d2ed94a1ea5b26b7055234d85aedf22c327 (patch)
tree7dab850aa224699b5889d0daf13d5c696ca72127 /gitolfs3-shell
parent29c576de63a3de6da6a2f4909f151b3d5d157060 (diff)
downloadgitolfs3-c8ae2d2ed94a1ea5b26b7055234d85aedf22c327.tar.gz
gitolfs3-c8ae2d2ed94a1ea5b26b7055234d85aedf22c327.zip
Explicitly indicate use of MIT license
Diffstat (limited to 'gitolfs3-shell')
-rw-r--r--gitolfs3-shell/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitolfs3-shell/Cargo.toml b/gitolfs3-shell/Cargo.toml
index c0b5d3a..dd348ce 100644
--- a/gitolfs3-shell/Cargo.toml
+++ b/gitolfs3-shell/Cargo.toml
@@ -2,5 +2,6 @@
2name = "gitolfs3-shell" 2name = "gitolfs3-shell"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5license = "MIT"
5 6
6[dependencies] 7[dependencies]