mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "mongodb"
|
|
version = "0.1.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"] }
|