Add logging dependencies

This commit is contained in:
Neshura 2023-12-30 00:41:40 +01:00
parent c355bc141f
commit 4a4dff8c22
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 25 additions and 2 deletions

View file

@ -27,5 +27,7 @@ serde_json = "^1.0.97"
strum_macros = "^0.25.0"
tokio = { version = "^1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "^2.4.0"
confy = "0.5.1"
toml = "0.8.8"
confy = "^0.5.1"
toml = "^0.8.8"
systemd-journal-logger = "^2.1.1"
log = "^0.4.20"