add env_logger to the IPFS example

This commit is contained in:
vms
2020-07-16 14:56:08 +03:00
parent 311db049da
commit e03a84551d
8 changed files with 97 additions and 10 deletions

View File

@@ -10,4 +10,4 @@ path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
log = "0.4.8"
log = "0.4.11"