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