mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Switch from "simplelog" from "simple_logger" to remove "chrono" dep
This commit is contained in:
parent
83987563ec
commit
ba5a568bcd
3 changed files with 37 additions and 54 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue