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

20 lines
469 B

[package]
name = "rudf_python"
version = "0.1.0"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
readme = "../README.md"
keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL", "Python"]
repository = "https://github.com/Tpt/rudf"
description = """
Python bindings of the Rudf library
"""
[lib]
name = "rudf"
crate-type = ["cdylib"]
[dependencies]
rudf = {path = "../lib"}
cpython = { version = "0.2", features = ["extension-module"]}