diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 4cf3e4c5..0c285206 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -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 }