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 --- common/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/Cargo.toml (limited to 'common/Cargo.toml') diff --git a/common/Cargo.toml b/common/Cargo.toml new file mode 100644 index 0000000..20d9bdd --- /dev/null +++ b/common/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "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