From 494f89daef41162fbd89d5266e261018ed5ff6dc Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 11 Aug 2024 21:34:30 +1000 Subject: [PATCH] Name crate correctly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f297af3..46c0add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.63.0" categories = ["command-line-interface", "command-line-utilities"] [lib] -name = "crossterm" +name = "minicrossterm" path = "src/lib.rs" #