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