Add ability to set database folder, and port.

This commit is contained in:
Ethan O'Brien
2024-07-03 11:49:52 -05:00
parent 6575ea1eb0
commit ec8aad5fde
4 changed files with 53 additions and 20 deletions

View File

@ -8,6 +8,7 @@ actix-web = { version = "4.5.1", features = [ "openssl" ] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.11", features = ["blocking"] }
clap = { version = "4.4.6", features = ["derive"]}
base64 = "0.21.5"
json = "0.12.4"
rand = "0.8.5"