1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/database_interactions/mongodb/Cargo.toml
Isabel Atkinson cc948594fe
Add MongoDB example (#452)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
2021-10-06 22:23:12 +01:00

13 lines
277 B
TOML

[package]
name = "mongodb"
version = "0.1.0"
authors = ["Isabel Atkinson <isabel.atkinson@mongodb.com>"]
edition = "2018"
[dependencies]
actix-rt = "2.2.0"
actix-web = "4.0.0-beta.8"
futures-util = "0.3.17"
mongodb = "2.0.0"
serde = { version = "1.0", features = ["derive"] }