rustic_mongo/Cargo.toml

13 lines
253 B
TOML
Raw Permalink Normal View History

[package]
name = "rustic_mongo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-22 13:14:52 +00:00
futures = "0.3.28"
mongodb = "2.5.0"
serde = "1.0.163"
tokio = "1.28.1"