1
0
mirror of https://github.com/actix/examples synced 2024-12-04 18:51:55 +01:00
examples/database_interactions/mongodb/Cargo.toml
Luca Palmieri 5dec713add
Update database-interactions/mongo-db to the latest v4 beta (#508)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:15:25 +00:00

11 lines
199 B
TOML

[package]
name = "mongodb"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4.0.0-beta.21"
futures-util = "0.3.17"
mongodb = "2.0.0"
serde = { version = "1.0", features = ["derive"] }