aboutsummaryrefslogtreecommitdiffstats
path: root/git-lfs-authenticate/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-04-29 19:18:56 +0200
committerLibravatar Rutger Broekhoff2024-04-29 19:18:56 +0200
commita7f9c8de31231b9fd9c67c57db659f7b01f1a3b0 (patch)
tree040c518d243769c1920b8201a07a626f4e5934cf /git-lfs-authenticate/Cargo.toml
parent80c4d49ad7f590f5af1304939fdaea7baf13142e (diff)
downloadgitolfs3-a7f9c8de31231b9fd9c67c57db659f7b01f1a3b0.tar.gz
gitolfs3-a7f9c8de31231b9fd9c67c57db659f7b01f1a3b0.zip
Rename crates (and therefore commands)
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"