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

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"] }