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.
15 lines
286 B
TOML
15 lines
286 B
TOML
10 years ago
|
[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"
|