aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-05 02:57:37 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-05 02:57:37 +0200
commit6de0a5e827b0b18f589c28f489b4ff88169f156c (patch)
treecc6923484b77b5654fe1ca09bf6694fda7a894a2 /Cargo.toml
parent384ddd782b989218ceb55b7147aa8698425d1464 (diff)
downloadsip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar
sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.bz2
sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.zst
this wont work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9dcc23..826367f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,8 @@ anyhow = "1.0.86"
log = "0.4.22"
rand = "0.9.0-alpha.1"
base64 = "0.22.1"
+md5 = "0.7.0"
+hex = "0.4.3"
[dev-dependencies]
env_logger = "0.11.3"