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/mongo_c_driver_wrapper/Cargo.toml

15 lines
286 B
TOML

[package]
name = "mongo_c_driver_wrapper"
version = "1.1.8"
build = "build.rs"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
[dependencies]
libc = "*"
[build-dependencies]
pkg-config = "*"
[build-dependencies.bindgen]
git = "https://github.com/crabtw/rust-bindgen.git"