aboutsummaryrefslogtreecommitdiffstats
path: root/rs/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rs/common/Cargo.toml')
-rw-r--r--rs/common/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/rs/common/Cargo.toml b/rs/common/Cargo.toml
deleted file mode 100644
index 20d9bdd..0000000
--- a/rs/common/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
1[package]
2name = "common"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7chrono = "0.4"
8hmac-sha256 = "1.1"
9subtle = "2.5"
10serde = { version = "1", features = ["derive"] }