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:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user