mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
This commit is contained in:
13
databases/mysql/Cargo.toml
Normal file
13
databases/mysql/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "mysql"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.3.1"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
mysql = "24.0.0"
|
||||
dotenv = "0.15.0"
|
||||
chrono = "0.4.26"
|
Reference in New Issue
Block a user