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.
16 lines
368 B
16 lines
368 B
[package]
|
|
name = "oxigraph_server"
|
|
version = "0.1.0"
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
|
|
license = "MIT/Apache-2.0"
|
|
readme = "../README.md"
|
|
repository = "https://github.com/oxigraph/oxigraph"
|
|
description = """
|
|
SPARQL server based on Oxigraph
|
|
"""
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
oxigraph = {path = "../lib", features = ["rocksdb"] }
|
|
clap = "2"
|
|
rouille = "3" |