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

12 lines
217 B
TOML

[package]
name = "mongodb"
version = "1.0.0"
edition = "2021"
[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"] }