mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
15 lines
312 B
TOML
15 lines
312 B
TOML
[package]
|
|
name = "mysql"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] }
|
|
derive_more = "0.99.7"
|
|
dotenv = "0.15"
|
|
env_logger = "0.10"
|
|
log = "0.4"
|
|
mysql = "24"
|
|
serde = { version = "1", features = ["derive"] }
|