summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
blob: 6fdfa0058155636e5c4c0a5860bfd87b99f3ba1f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ver1"
version = "0.1.0"
edition = "2021"

[dependencies]
actix-web = { version = "4.9.0"}
sqlx = { version = "0.8.2", features = ["mysql", "macros" , "runtime-tokio"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = "1.40.0"