|
|
@ -25,7 +25,7 @@ either = { version = "1.8.1", features=["serde"] } |
|
|
|
async-std = { version = "1.12.0", features = ["attributes"] } |
|
|
|
async-std = { version = "1.12.0", features = ["attributes"] } |
|
|
|
async-trait = "0.1.64" |
|
|
|
async-trait = "0.1.64" |
|
|
|
rust-embed= { version = "6.7.0", features=["include-exclude"] } |
|
|
|
rust-embed= { version = "6.7.0", features=["include-exclude"] } |
|
|
|
async-tungstenite = { git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } |
|
|
|
async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] } |
|
|
|
blake3 = "1.3.1" |
|
|
|
blake3 = "1.3.1" |
|
|
|
ng-repo = { path = "../ng-repo", version = "0.1.0" } |
|
|
|
ng-repo = { path = "../ng-repo", version = "0.1.0" } |
|
|
|
ng-net = { path = "../ng-net", version = "0.1.0" } |
|
|
|
ng-net = { path = "../ng-net", version = "0.1.0" } |
|
|
@ -39,7 +39,7 @@ features = ["js"] |
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
|
|
|
getrandom = "0.2.7" |
|
|
|
getrandom = "0.2.7" |
|
|
|
default-net = { git = "https://git.nextgraph.org/NextGraph/default-net.git" } |
|
|
|
default-net = { version = "0.16.2", git = "https://git.nextgraph.org/NextGraph/default-net.git" } |
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
[dev-dependencies] |
|
|
|
tempfile = "3" |
|
|
|
tempfile = "3" |