From 5156228f18f08255a1f5c7e22097b8e367881e19 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 19 Jan 2024 00:21:09 +0100 Subject: Rust code dump --- rs/git-lfs-authenticate/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rs/git-lfs-authenticate/Cargo.toml (limited to 'rs/git-lfs-authenticate/Cargo.toml') diff --git a/rs/git-lfs-authenticate/Cargo.toml b/rs/git-lfs-authenticate/Cargo.toml new file mode 100644 index 0000000..217250f --- /dev/null +++ b/rs/git-lfs-authenticate/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "git-lfs-authenticate" +version = "0.1.0" +edition = "2021" + +[dependencies] +chrono = "0.4" +common = { path = "../common" } -- cgit v1.2.3