This commit is contained in:
nora 2024-08-11 00:11:49 +02:00
parent 1adf798c5d
commit ed30d5b4dc
8 changed files with 75 additions and 87 deletions

View file

@ -5,7 +5,6 @@ edition = "2021"
[dependencies]
chacha20 = "0.9.1"
chacha20poly1305 = "0.10.1"
ed25519-dalek = { version = "2.1.1" }
eyre = "0.6.12"
poly1305 = "0.8.0"
@ -14,7 +13,6 @@ rand_core = "0.6.4"
sha2 = "0.10.8"
subtle = "2.6.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
x25519-dalek = "2.0.1"
[dev-dependencies]