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.
19 lines
407 B
19 lines
407 B
[package]
|
|
|
|
name = "lmdb-sys"
|
|
version = "0.4.3"
|
|
authors = ["Dan Burkert <dan@danburkert.com>"]
|
|
license = "Apache-2.0"
|
|
description = "Rust bindings for liblmdb."
|
|
repository = "https://github.com/danburkert/lmdb-rs.git"
|
|
readme = "../README.md"
|
|
documentation = "http://rust-ci.org/danburkert/lmdb-rs/doc/lmdb-sys/"
|
|
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
|
|
[build-dependencies]
|
|
pkg-config = "*"
|
|
gcc = "*"
|
|
|