aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-authenticate/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitolfs3-authenticate/Cargo.toml')
-rw-r--r--gitolfs3-authenticate/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/gitolfs3-authenticate/Cargo.toml b/gitolfs3-authenticate/Cargo.toml
new file mode 100644
index 0000000..5725abc
--- /dev/null
+++ b/gitolfs3-authenticate/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "gitolfs3-authenticate"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7anyhow = "1.0"
8chrono = "0.4"
9gitolfs3-common = { path = "../gitolfs3-common" }
10serde_json = "1"