From c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 31 Jan 2025 13:50:14 -0500 Subject: Terminal (it doesn't do the colors right for some reason) --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b394486..ea54f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,4 +38,6 @@ wasm-bindgen-futures = "*" # interface with async javascript env_logger = "*" tokio = { version = "*", features = ["full"] } clap = { version = "*", features = ["cargo"] } -base64 = "0.22.1" \ No newline at end of file +base64 = "0.22.1" +colored = "2.2.0" +termion = "*" \ No newline at end of file -- cgit v1.2.3