mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Add some simple logging via the env_logger crate
This commit is contained in:
parent
d13c98d614
commit
b33417198c
4 changed files with 99 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ mime_guess = "2.0"
|
|||
once_cell = "1.4"
|
||||
rustls = "0.18.0"
|
||||
url = "2.1"
|
||||
log = "0.4"
|
||||
env_logger = "0.8"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue