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

25 lines
549 B

[package]
name = "oxigraph_js"
version = "0.0.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL"]
repository = "https://github.com/oxigraph/oxigraph/tree/master/js"
description = "JavaScript bindings of Oxigraph"
edition = "2018"
[lib]
crate-type = ["cdylib"]
name = "oxigraph"
[dependencies]
oxigraph = {path = "../lib"}
wasm-bindgen = "0.2"
js-sys = "0.3"
console_error_panic_hook = "0.1"
[dev-dependencies]
wasm-bindgen-test = "0.3"