Add logging exercise

This commit is contained in:
Nathan Stocks
2021-06-16 14:00:46 -06:00
parent 3f40b561e9
commit 62cca13e9b
4 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "frogger"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[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.8"