Skip to content

Commit

Permalink
Move tokio dep to dev-dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
th4s authored Jul 12, 2023
1 parent 5a66465 commit 86f1687
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ot/mpz-ot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ rand_core.workspace = true
rand_chacha.workspace = true
p256 = { workspace = true, optional = true }
thiserror.workspace = true
rayon = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
criterion = { workspace = true, features = ["async_tokio"] }
tokio = { workspace = true, features = [
"net",
"macros",
"rt",
"rt-multi-thread",
] }
rayon = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
criterion = { workspace = true, features = ["async_tokio"] }

0 comments on commit 86f1687

Please sign in to comment.