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.
oxigraph/Cargo.toml

19 lines
337 B

6 years ago
[package]
name = "rudf"
version = "0.0.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
readme = "../README.md"
keywords = ["RDF"]
repository = "https://github.com/Tpt/rudf"
description = """
An RDF library in Rust
"""
build = "build.rs"
[dependencies]
lazy_static = "^1.0"
[build-dependencies]
peg = "0.5"