Switch from "simplelog" from "simple_logger" to remove "chrono" dep

This commit is contained in:
Joakim Frostegård 2022-03-20 20:13:15 +01:00
parent 83987563ec
commit ba5a568bcd
3 changed files with 37 additions and 54 deletions

View file

@ -11,6 +11,7 @@ repository = "https://github.com/greatest-ape/aquatic"
aquatic_toml_config = "0.1.0"
anyhow = "1"
log = "0.4"
serde = { version = "1", features = ["derive"] }
simplelog = "0.11"
simple_logger = { version = "2", features = ["stderr"] }
toml = "0.5"