diff options
author | breezystatic77 | 2025-06-01 10:40:43 -0400 |
---|---|---|
committer | breezystatic77 | 2025-06-01 10:40:43 -0400 |
commit | 092092ede52afa1faaca8b359d8b5d4514709389 (patch) | |
tree | cdc1645c80cd93f9886c395280bf7f0c976ba059 /Cargo.toml | |
parent | ff4ef3ced0ff2ca7bc2136e43a351fac96eab7df (diff) |
switch logging to aggregate waste calc
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ rand = "0.8.5" rand_pcg = "0.3.1" rand_seeder = "0.3.0" thousands = "0.2.0" +time = { version = "0.3.41", features = ["formatting"] } tokio = { version = "1.43.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } |