Files
skerkour-black-hat-rust/ch_04/snippets/logging/Cargo.toml
T
2022-06-09 10:00:20 +00:00

10 lines
188 B
TOML

[package]
name = "logging"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"