Added logging functionality via log4rs crate

This commit is contained in:
Gregory Ballantine
2022-09-01 16:16:27 -04:00
parent 23288ac043
commit 70e2b29121
5 changed files with 28 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ license = "BSD 2-Clause"
authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
[dependencies]
log = "0.4"
log4rs = "1.1"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"