Complete exercise: logging

This commit is contained in:
2026-05-26 00:08:56 +04:00
parent d745026c1a
commit 621fb6bb59
3 changed files with 14 additions and 9 deletions

View File

@@ -4,10 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
# I'm glad you came to add the `log` dependency! I got it all ready for you, just uncomment:
#
# log = "0.4"
# And here's the env_logger dependency that you'll need in main.rs
#
# env_logger = "0.9"
log = "0.4" # I'm glad you came to add the `log` dependency! I got it all ready for you, just uncomment:
env_logger = "0.9" # And here's the env_logger dependency that you'll need in main.rs