Add proper logging
This commit is contained in:
parent
2fecbedfa1
commit
c25dfb253a
4 changed files with 25 additions and 11 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -12,4 +12,12 @@ license = "CECILL-B"
|
|||
include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
|
||||
|
||||
[dependencies]
|
||||
nom = "^4.1"
|
||||
log = "0.4"
|
||||
nom = "4.1"
|
||||
|
||||
[[example]]
|
||||
name = "dummy"
|
||||
path = "examples/dummy.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
|
|
Reference in a new issue