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

20 lines
472 B

[package]
name = "oxrocksdb-sys"
version = "0.3.0-beta.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "GPL-2.0 OR Apache-2.0"
repository = "https://github.com/oxigraph/oxigraph/tree/v0.3/rocksdb-sys"
readme = "README.md"
description = """
Rust bindings for RocksDB for Oxigraph usage.
"""
edition = "2021"
build = "build.rs"
links = "rocksdb"
[dependencies]
libc = "0.2"
[build-dependencies]
bindgen = "0.59"
cc = { version = "1", features = ["parallel"] }