Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
498 B
26 lines
498 B
[package]
|
|
name = "rudf_server"
|
|
version = "0.1.0"
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
|
|
license = "MIT/Apache-2.0"
|
|
readme = "../README.md"
|
|
repository = "https://github.com/Tpt/rudf"
|
|
description = """
|
|
Rudf based SPARQL server
|
|
"""
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rudf = {path = "../lib", features=["rocksdb"]}
|
|
gotham = "0.4"
|
|
gotham_derive = "0.4"
|
|
hyper = "0.12"
|
|
futures = "0.1"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
mime = "0.3"
|
|
failure = "0.1"
|
|
url = "2"
|
|
clap = "2"
|
|
tera = "0.11"
|
|
lazy_static = "1"
|
|
|