|
|
|
@ -44,7 +44,7 @@ spargebra = { version = "0.1", path="../spargebra", features = ["rdf-star"] } |
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
|
|
|
|
sled = "0.34" |
|
|
|
|
oxhttp = { git = "https://github.com/oxigraph/oxhttp", branch = "master", optional = true } |
|
|
|
|
oxhttp = { version = "0.1", optional = true } |
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies] |
|
|
|
|
js-sys = "0.3" |
|
|
|
|