Added logging support via the log crate.

This commit is contained in:
Aaron Weiss 2017-12-12 14:02:45 +01:00
parent 2a11e63725
commit 7625c364a6
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
4 changed files with 8 additions and 1 deletions

View file

@ -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"