diff options
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"] } |