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

@ -9,6 +9,7 @@ path = "src/lib.rs"
[dependencies]
libc = "0.2"
log = "0.4.20"
[dependencies.uuid]
version = "1.6.1"
@ -18,6 +19,9 @@ features = ["v4"]
version = "0.27.1"
features = ["ioctl"]
[dev-dependencies]
env_logger = "0.10.1"
[[example]]
name = "xencall-domain-info"
path = "examples/domain_info.rs"