mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
introduce logging for debug purposes
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user