From 1eaf32bee956b66591f1537201c16969d5ec8696 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Wed, 19 Jun 2024 01:54:24 +0100 Subject: [PATCH] fix helper/Cargo.toml --- helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }