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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user