aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-authenticate/Cargo.toml
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-authenticate/Cargo.toml
parent29c576de63a3de6da6a2f4909f151b3d5d157060 (diff)
downloadgitolfs3-c8ae2d2ed94a1ea5b26b7055234d85aedf22c327.tar.gz
gitolfs3-c8ae2d2ed94a1ea5b26b7055234d85aedf22c327.zip
Explicitly indicate use of MIT license
Diffstat (limited to 'gitolfs3-authenticate/Cargo.toml')
-rw-r--r--gitolfs3-authenticate/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitolfs3-authenticate/Cargo.toml b/gitolfs3-authenticate/Cargo.toml
index 5725abc..ff2b702 100644
--- a/gitolfs3-authenticate/Cargo.toml
+++ b/gitolfs3-authenticate/Cargo.toml
@@ -2,6 +2,7 @@
2name = "gitolfs3-authenticate" 2name = "gitolfs3-authenticate"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5license = "MIT"
5 6
6[dependencies] 7[dependencies]
7anyhow = "1.0" 8anyhow = "1.0"