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