Files
rustical/crates/auth/Cargo.toml

15 lines
342 B
TOML

[package]
name = "rustical_auth"
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.4"
actix-web-httpauth = "0.8"
derive_more = "0.99"
futures-util = "0.3"
password-auth = "1.0"
serde = { version = "1.0", features = ["derive"] }