[package] name = "gitr" version = "0.1.0" edition = "2024" [dependencies] argon2 = "0.5" actix-web = "4" hex = "0.4" rand_core = { version = "0.6", features = ["getrandom"] } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1", features = ["derive"] } sha2 = "0.10" thiserror = "2" tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] } toml = "0.8" [dev-dependencies] actix-http = "3" serde_json = "1"