You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mongo-rust-driver/mongoc-sys/Cargo.toml

14 lines
274 B
TOML

9 years ago
[package]
name = "mongoc-sys"
version = "1.1.10"
9 years ago
authors = ["Thijs Cadier <thijs@appsignal.com>"]
build = "build.rs"
links = "mongoc"
9 years ago
[dependencies]
libc = "*"
openssl-sys = "*"
9 years ago
[build-dependencies.bindgen]
git = "https://github.com/crabtw/rust-bindgen.git"