blob: f18c794b009dd3c1190a409cb435a0b90e567378 (
plain)
[package]
name = "rust-pw-server"
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"
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
exun = "0.1"
|