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"
53
53
crypto_secretstream = " 0.2"
54
54
rust-crypto = " 0.2.36"
55
55
git2 = " 0.9.1"
56
- argparse = " 0.2.2"
56
+ argparse = " 0.2.2"
57
57
time = " 0.1.42"
58
58
chrono = " 0"
59
59
nostr = " 0.24.0"
60
60
nostr-sdk = " 0.24.0"
61
+ wasi = { version = " 0.10.0" , features = [" std" ] }
62
+ oorandom = " 11.1.3"
61
63
62
64
[dev-dependencies ]
63
65
async-std = { version = " 1.12.0" , features = [" attributes" , " unstable" ] }
@@ -91,11 +93,6 @@ async-std = ["hypercore/async-std", "random-access-disk/async-std"]
91
93
# to verify that this crate works. To run them, use:
92
94
# cargo test --features js_interop_tests
93
95
js_interop_tests = []
94
-
95
- [profile .bench ]
96
- # debug = true
97
-
98
- [profile .release ]
99
96
# debug = true
100
97
101
98
[[bench ]]
You can’t perform that action at this time.
0 commit comments