From 6095ead99248963ae70091c5bb3399eed49c0826 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 24 Jan 2024 18:58:58 +0100 Subject: Remove Go and C source The Rust implementation now implements all features I need --- rs/git-lfs-authenticate/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) delete 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 deleted file mode 100644 index 217250f..0000000 --- a/rs/git-lfs-authenticate/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "git-lfs-authenticate" -version = "0.1.0" -edition = "2021" - -[dependencies] -chrono = "0.4" -common = { path = "../common" } -- cgit v1.2.3