1
0
mirror of https://github.com/actix/examples synced 2025-02-13 05:52:20 +01:00

10 lines
174 B
TOML
Raw Normal View History

[package]
name = "mongodb"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
[dependencies]
actix-web = { workspace = true }
2022-07-10 03:30:48 +01:00
mongodb = "2"
serde = { version = "1", features = ["derive"] }