mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
10 lines
163 B
TOML
10 lines
163 B
TOML
[package]
|
|
name = "mongodb"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
mongodb = "2.0.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|