Fixes OxHTTP importation

pull/171/head
Tpt 3 years ago
parent 32660ecfba
commit f602f66b87
  1. 2
      server/Cargo.toml

@ -12,7 +12,7 @@ SPARQL server based on Oxigraph
edition = "2018"
[dependencies]
oxhttp = { git = "https://github.com/oxigraph/oxhttp", branch = "master" }
oxhttp = "0.1"
clap = "2"
oxigraph = { version = "0.3.0-dev", path = "../lib", features = ["http_client"] }
rand = "0.8"

Loading…
Cancel
Save