1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/database_interactions/mongodb/Cargo.toml

13 lines
277 B
TOML
Raw Normal View History

[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"] }