1
0
mirror of https://github.com/actix/examples synced 2025-03-15 09:13:06 +01:00

10 lines
163 B
TOML
Raw Permalink Normal View History

[package]
2024-07-07 02:03:51 +01:00
name = "db-mongo"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
2024-07-07 02:03:51 +01:00
mongodb = "3"
2023-01-02 20:35:11 +00:00
serde.workspace = true