diff --git a/Cargo.toml b/Cargo.toml index 5f38a5b..6f60f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ serde = { version = "^1", features = ["derive"] } serde_json = "^1" # This one's for running benchmarks, with `cargo bench`. criterion = { version = "0.3.5", features = ["html_reports"] } -# Here we have our logging utilities, mainly for examples. +# Here we have our logging utilities, mainly for use in examples. log = "^0.4" sensible-env-logger = "0.2.0" # version_sync: to ensure versions in `Cargo.toml` and `README.md` are in sync