feat: load config from proper location
also adds a way to change load location using cmdline arguments
This commit is contained in:
parent
7eea0cd4fe
commit
026d48c6e7
3 changed files with 15 additions and 6 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue