@ -15,8 +15,9 @@ name = "lmdb-sys"
[build-dependencies.rust-bindgen]
git = "https://github.com/crabtw/rust-bindgen.git"
[build-dependencies.pkg-config]
[build-dependencies]
pkg-config = "*"
[build-dependencies.gcc]
gcc = "*"
[dependencies]
bitflags = "*"
@ -6,10 +6,14 @@
raw_pointer_derive,
unstable,
)]
#![feature(plugin)]
extern crate libc;
#[macro_use]
extern crate bitflags;
pub use constants::*;
mod constants;