mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
restructure folders
This commit is contained in:
10
databases/mongodb/Cargo.toml
Normal file
10
databases/mongodb/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "mongodb"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
futures-util = "0.3.17"
|
||||
mongodb = "2.0.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
Reference in New Issue
Block a user