[package] name = "brass" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sqlx = { version = "0.6", features = [ "runtime-async-std-rustls", "sqlite" ] } actix-web = { version = "4" } askama = "0.12.0" serde = { version = "1.0.164", features = [ "derive"]} argon2 = "0.5.0" anyhow = "1.0.71" dotenv = "0.15.0"