aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-authenticate
diff options
context:
space:
mode:
Diffstat (limited to 'gitolfs3-authenticate')
-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"