Add ability to set database folder, and port.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user