Fixed-size logs

This commit is contained in:
Aditya Kulkarni
2019-10-02 10:12:21 -07:00
parent ead216b6ae
commit d4dc6cc6bd
2 changed files with 47 additions and 12 deletions

View File

@@ -9,13 +9,12 @@ futures = "0.1"
bytes = "0.4"
base58 = "0.1.0"
log = "0.4"
log4rs = { version = "0.8.3", default-features = false, features = ["file", "file_appender"]}
log4rs = "0.8.3"
dirs = "2.0.2"
http = "0.1"
prost = "0.5"
tokio = "0.1"
tower-request-modifier = { git = "https://github.com/tower-rs/tower-http" }
hyper = "0.12"
tower-util = "0.1"
hex = "0.3"
protobuf = "2"