Config for published crate
parent
9b9568476c
commit
ded48f4257
@ -1,10 +1,16 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mongoc-sys"
|
name = "mongoc-sys"
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
|
description = "Sys package with installer and bindings for mongoc"
|
||||||
authors = ["Thijs Cadier <thijs@appsignal.com>"]
|
authors = ["Thijs Cadier <thijs@appsignal.com>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
repository = "https://github.com/thijsc/mongo-rust-driver"
|
||||||
links = "mongoc"
|
links = "mongoc"
|
||||||
|
license = "MIT"
|
||||||
|
exclude = [
|
||||||
|
"mongo-c-driver-*"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = "> 0.2.0"
|
||||||
openssl-sys = "*"
|
openssl-sys = "> 0.7.0"
|
||||||
|
Loading…
Reference in New Issue