Skip to content

Commit c4c025a

Browse files
committed
add dev dep
1 parent 6aeb720 commit c4c025a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helper/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ target_os_lib = { package = "windows", version = ">=0.51", features = ["Win32_Sy
4040
target_os_lib = { package = "libc", version = "0.2.151", optional = true }
4141

4242
[dev-dependencies]
43-
tokio = { workspace = true, features = ["full"] }
43+
tokio = { workspace = true, features = ["full"] }
44+
curve25519-dalek = { workspace = true }
4445

4546
[lints]
4647
workspace = true

0 commit comments

Comments
 (0)