This commit is contained in:
nora 2024-08-09 15:40:01 +02:00
parent bec3621c73
commit e1b2a6e1e5
4 changed files with 187 additions and 17 deletions

View file

@ -8,8 +8,12 @@ crypto-bigint = "0.5.5"
ed25519-dalek = { version = "2.1.1" }
eyre = "0.6.12"
rand = "0.8.5"
rand_core = "0.6.4"
sha2 = "0.10.8"
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
x25519-dalek = "2.0.1"
[dev-dependencies]
hex-literal = "0.4.1"