fix helper/Cargo.toml
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-06-19 01:54:24 +01:00
parent 28f1b70d7e
commit 1eaf32bee9
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -23,7 +23,7 @@ time = ["dep:chrono", "std"]
thread = ["std", "dep:target_os_lib"]
[dependencies]
curve25519-dalek = { worspace = true, optional = true }
curve25519-dalek = { workspace = true, optional = true }
crossbeam = { workspace = true, optional = true }
chrono = { workspace = true, optional = true, features = ["std", "clock"] }
dirs = { workspace = true, optional = true }