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

24 lines
481 B
TOML

9 years ago
[package]
name = "mongo_driver"
version = "0.1.0"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md"
repository = "https://github.com/thijsc/mongo-rust-driver"
keywords = ["mongodb", "database"]
license = "MIT"
9 years ago
[[test]]
name = "tests"
9 years ago
[dependencies]
libc = "*"
9 years ago
log = "*"
bson = "*"
9 years ago
[dependencies.mongoc-sys]
path = "mongoc-sys"
[dev-dependencies]
chrono = "*"