-
- Downloads
- Add Timestamp to logs.
- Write logs to a file called `drone.log` instead of printing it. - Version bump to 0.1.2
[package] | [package] | ||
name = "drone" | name = "drone" | ||
version = "0.1.1" | version = "0.1.2" | ||
edition = "2021" | edition = "2021" | ||
authors = ["Deathwing <hi@deathwing.me>"] | authors = ["Deathwing <hi@deathwing.me>"] | ||
description = "A caching reverse-proxy application for the Hive blockchain." | description = "A caching reverse-proxy application for the Hive blockchain." | ||
... | @@ -13,3 +13,4 @@ reqwest = { version = "0.11.14", features = ["blocking", "json"] } | ... | @@ -13,3 +13,4 @@ reqwest = { version = "0.11.14", features = ["blocking", "json"] } |
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.94" | serde_json = "1.0.94" | ||
lru_time_cache = "0.11.11" | lru_time_cache = "0.11.11" | ||
humantime = "2.1.0" |
drone.log
0 → 100644
Please register or sign in to comment