Added logging support via the log crate.
This commit is contained in:
parent
2a11e63725
commit
7625c364a6
4 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,7 @@ chrono = "0.4"
|
|||
encoding = "0.2"
|
||||
error-chain = "0.10"
|
||||
futures = "0.1"
|
||||
log = "0.3"
|
||||
native-tls = "0.1"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue