Skip to content

Commit 83fcf51

Browse files
committed
Cargo.toml:notes
1 parent cf43976 commit 83fcf51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ nostr = "0.24.0"
6060
nostr-sdk = "0.24.0"
6161
wasi = { version = "0.10.0", features = ["std"] }
6262
oorandom = "11.1.3"
63+
##$ cargo add random-access-disk
64+
## Updating crates.io index
65+
## Adding random-access-disk v3.0.0 to dependencies.
66+
## Features:
67+
## + async-std
68+
## + libc
69+
## + sparse
70+
## - tokio
71+
## NOTE:We favor async-std in this build config
72+
73+
random-access-disk = "3.0.0"
6374

6475
[dev-dependencies]
6576
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }

0 commit comments

Comments
 (0)