[package] name = "oxigraph_wikibase" version = "0.1.0" authors = ["Tpt "] license = "MIT/Apache-2.0" readme = "../README.md" repository = "https://github.com/Tpt/oxigraph" description = """ SPARQL server based on Oxigraph for Wikibase instances """ edition = "2018" [dependencies] oxigraph = {path = "../lib", features = ["rocksdb"] } clap = "2" rouille = "3" reqwest = "0.9" serde_json = "1" chrono = "0.4"