diff options
| author | Mroik <mroik@delayed.space> | 2025-01-27 18:43:22 +0100 |
|---|---|---|
| committer | Mroik <mroik@delayed.space> | 2025-02-01 19:33:03 +0100 |
| commit | 68594fa4f9ab381804ea8cd881e8c3e236782be5 (patch) | |
| tree | e5291999b5764f2d7007e60f83f9c5498f382d97 /Cargo.toml | |
| parent | 695024ae427eb5014457d42d832ba5e6ff233c64 (diff) | |
First working version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ edition = "2021" clap = { version = "4.5.27", features = ["derive"] } crossterm = "0.28.1" rand = "0.8.5" -tokio = { version = "1.43.0", features = ["sync", "macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.43.0", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } |
