From a7f9c8de31231b9fd9c67c57db659f7b01f1a3b0 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 29 Apr 2024 19:18:56 +0200 Subject: Rename crates (and therefore commands) --- gitolfs3-common/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gitolfs3-common/Cargo.toml (limited to 'gitolfs3-common/Cargo.toml') diff --git a/gitolfs3-common/Cargo.toml b/gitolfs3-common/Cargo.toml new file mode 100644 index 0000000..5724732 --- /dev/null +++ b/gitolfs3-common/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "gitolfs3-common" +version = "0.1.0" +edition = "2021" + +[dependencies] +chrono = "0.4" +hmac-sha256 = "1.1" +subtle = "2.5" +serde = { version = "1", features = ["derive"] } -- cgit v1.2.3