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

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