summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c30af2e60d74d71cf582d50c54ac360d3425c826 (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"
rust-argon2 = "1"
rand = { version = "0.8", features = [ "small_rng" ] }
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
exun = "0.1"