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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-lfs-authenticate/Cargo.toml b/git-lfs-authenticate/Cargo.toml
index 217250f..f4ab4d7 100644
--- a/git-lfs-authenticate/Cargo.toml
+++ b/git-lfs-authenticate/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[dependencies] 6[dependencies]
7anyhow = "1.0"
7chrono = "0.4" 8chrono = "0.4"
8common = { path = "../common" } 9common = { path = "../common" }