|
|
|
@ -51,7 +51,7 @@ ng-repo = { path = "../repo", version = "0.1.2" } |
|
|
|
|
|
|
|
|
|
[target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] |
|
|
|
|
libc = "0.2" |
|
|
|
|
ng-rocksdb = { version = "0.21.0-ngpreview.7", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } |
|
|
|
|
ng-rocksdb = { version = "0.21.0-ngpreview.8", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } |
|
|
|
|
|
|
|
|
|
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] |
|
|
|
|
getrandom = { version = "0.3.3", features = ["wasm_js"] } |
|
|
|
|