introduce logging for debug purposes

This commit is contained in:
Alex Zenla
2024-01-11 12:21:33 -08:00
parent 2e4f688916
commit 684a7d1f62
14 changed files with 127 additions and 10 deletions

View File

@ -11,6 +11,7 @@ flate2 = "1.0"
xz2 = "0.1"
memchr = "2"
slice-copy = "0.3.0"
log = "0.4.20"
[dependencies.xencall]
path = "../xencall"
@ -22,6 +23,9 @@ path = "../xenstore"
version = "1.6.1"
features = ["v4"]
[dev-dependencies]
env_logger = "0.10.1"
[lib]
path = "src/lib.rs"