mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
14 lines
302 B
TOML
14 lines
302 B
TOML
[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"
|