Use toml config file instead of arguments

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-05-27 17:20:58 +02:00
commit 135a2c1611
3 changed files with 104 additions and 15 deletions

View file

@ -10,9 +10,12 @@ license = "AGPL-3.0+"
clap = { version = "4.3", features = [ "cargo", "derive" ] }
gitlab = "0.1511.0"
hyper = { version = "0.14", features = [ "full" ] }
jid = { version = "*", features = [ "serde" ] }
log = "0.4"
tokio = { version = "1", features = [ "full" ] }
pretty_env_logger = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
toml = "0.7"
xmpp = "0.4"
xmpp-parsers = "0.19"