From f969a9fc21f00e1425fbba8afa83e006a30d30d0 Mon Sep 17 00:00:00 2001 From: clizia Date: Mon, 27 Jan 2025 17:35:50 +0100 Subject: [PATCH] added crossterm --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8688230..1d3785b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,4 @@ serde_json = "1.0.135" serde = { version = "1.0.217", features = ["derive"] } sha256 = "1.5.0" petname = "2.0.2" +crossterm = "0.28.1"