feat: load config from proper location

also adds a way to change load location using cmdline arguments
This commit is contained in:
Radical 2025-05-01 01:08:45 +02:00
parent 7eea0cd4fe
commit 026d48c6e7
3 changed files with 15 additions and 6 deletions

View file

@ -11,6 +11,7 @@ codegen-units = 1
[dependencies]
actix-web = "4.10"
argon2 = { version = "0.5.3", features = ["std"] }
clap = { version = "4.5.37", features = ["derive"] }
futures = "0.3"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }