aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-15 16:05:52 +0000
committerFuwn <[email protected]>2021-05-15 16:05:52 +0000
commit928c4bfe07a62a760aa0071b239deacabdc5438c (patch)
tree848ac5e278b9bbf3e417f829001aa48c40d50b5c /Cargo.toml
parentchore(git): normilize eol to lf (diff)
downloadwhirl-928c4bfe07a62a760aa0071b239deacabdc5438c.tar.xz
whirl-928c4bfe07a62a760aa0071b239deacabdc5438c.zip
feat(global): logs now go to a dedicated directory and file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7079ac..67fd516 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ dotenv = "0.15.0"
# Logging
log = "0.4.14"
-pretty_env_logger = "0.4.0"
+flexi_logger = "0.17.1"
# Utility
rand = "0.8.3"