Files
ultimate_rust2/exercise/logging/Cargo.toml

9 lines
269 B
TOML

[package]
name = "frogger"
version = "0.1.0"
edition = "2021"
[dependencies]
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