log: use simple logger in std
This commit is contained in:
parent
1c689b3535
commit
ed2b73389a
10
Cargo.toml
10
Cargo.toml
|
@ -53,4 +53,12 @@ features = [ "alloc" ]
|
||||||
[dependencies.nom]
|
[dependencies.nom]
|
||||||
version = "5.1.2"
|
version = "5.1.2"
|
||||||
default-features = false
|
default-features = false
|
||||||
features= []
|
features = []
|
||||||
|
|
||||||
|
[dependencies.simple_logger]
|
||||||
|
version = "1.11.0"
|
||||||
|
optional = true
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
||||||
|
std_logger = ["simple_logger"]
|
Loading…
Reference in New Issue