From 68594fa4f9ab381804ea8cd881e8c3e236782be5 Mon Sep 17 00:00:00 2001 From: Mroik Date: Mon, 27 Jan 2025 18:43:22 +0100 Subject: First working version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2d2c377..d24b637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.3