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.
17 lines
228 B
17 lines
228 B
10 years ago
|
[package]
|
||
|
|
||
|
name = "lmdb-sys"
|
||
|
version = "0.2.0"
|
||
|
authors = ["Dan Burkert <dan@danburkert.com>"]
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
links = "lmdb"
|
||
|
build = "build.rs"
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
name = "lmdb-sys"
|
||
|
|
||
|
[build-dependencies.pkg-config]
|
||
|
pkg-config = "*"
|