diff options
| author | Fuwn <[email protected]> | 2021-05-15 16:05:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-15 16:05:52 +0000 |
| commit | 928c4bfe07a62a760aa0071b239deacabdc5438c (patch) | |
| tree | 848ac5e278b9bbf3e417f829001aa48c40d50b5c /Cargo.toml | |
| parent | chore(git): normilize eol to lf (diff) | |
| download | whirl-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |