fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
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.
14 lines
230 B
14 lines
230 B
10 years ago
|
[package]
|
||
|
name = "rocksdb-sys"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
links = "rocksdb"
|
||
|
build = "build.rs"
|
||
|
|
||
|
[build-dependencies.pkg-config]
|
||
|
git = "https://github.com/alexcrichton/pkg-config-rs"
|
||
|
|
||
|
[lib]
|
||
|
name = "rocksdb-sys"
|
||
|
path = "lib.rs"
|