1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/databases/mongodb/Cargo.toml
2022-07-10 03:30:48 +01:00

10 lines
157 B
TOML

[package]
name = "mongodb"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
mongodb = "2"
serde = { version = "1", features = ["derive"] }