fix: add back log feature

This commit is contained in:
Jonas Kruckenberg
2023-01-13 11:45:05 +01:00
parent 467bcb90af
commit f6ab641e08
2 changed files with 37 additions and 2 deletions
+4 -1
View File
@@ -17,4 +17,7 @@ serde_repr = "0.1"
byte-unit = "4.0"
fern = "0.6"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting"] }
time = { version = "0.3", features = ["formatting"] }
[features]
colored = ["fern/colored"]