File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ curve25519-dalek = "4"
5353crypto_secretstream = " 0.2"
5454rust-crypto = " 0.2.36"
5555git2 = " 0.9.1"
56- argparse = " 0.2.2"
56+ argparse = " 0.2.2"
5757time = " 0.1.42"
5858chrono = " 0"
5959nostr = " 0.24.0"
6060nostr-sdk = " 0.24.0"
61+ wasi = { version = " 0.10.0" , features = [" std" ] }
62+ oorandom = " 11.1.3"
6163
6264[dev-dependencies ]
6365async-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
9395js_interop_tests = []
94-
95- [profile .bench ]
96- # debug = true
97-
98- [profile .release ]
9996# debug = true
10097
10198[[bench ]]
You can’t perform that action at this time.
0 commit comments