1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

add mysql example to workspace

This commit is contained in:
Rob Ede
2023-07-17 17:55:17 +01:00
parent 8e736d9ea4
commit dfd925d4c1
18 changed files with 312 additions and 171 deletions

View File

@ -1,13 +1,11 @@
[package]
name = "mysql"
version = "0.1.0"
version = "1.0.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"
actix-web = "4"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
dotenv = "0.15"
mysql = "24"
serde = { version = "1", features = ["derive"] }