Skip to content

Commit 21fc6f3

Browse files
committed
Cargo.toml
1 parent ba55c85 commit 21fc6f3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ curve25519-dalek = "4"
5353
crypto_secretstream = "0.2"
5454
rust-crypto = "0.2.36"
5555
git2 = "0.9.1"
56-
argparse = "0.2.2"
56+
argparse = "0.2.2"
5757
time = "0.1.42"
5858
chrono = "0"
5959
nostr = "0.24.0"
6060
nostr-sdk = "0.24.0"
61+
wasi = { version = "0.10.0", features = ["std"] }
62+
oorandom = "11.1.3"
6163

6264
[dev-dependencies]
6365
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
@@ -91,11 +93,6 @@ async-std = ["hypercore/async-std", "random-access-disk/async-std"]
9193
# to verify that this crate works. To run them, use:
9294
# cargo test --features js_interop_tests
9395
js_interop_tests = []
94-
95-
[profile.bench]
96-
# debug = true
97-
98-
[profile.release]
9996
# debug = true
10097

10198
[[bench]]

0 commit comments

Comments
 (0)