From 9d98b97a2dca962fca80889190a57c4759c655fd Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 13 Oct 2024 23:55:34 +0200 Subject: [PATCH] update derive Cargo.toml --- crates/television_derive/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/crates/television_derive/Cargo.toml b/crates/television_derive/Cargo.toml index d3f447e..bd7f2a5 100644 --- a/crates/television_derive/Cargo.toml +++ b/crates/television_derive/Cargo.toml @@ -2,6 +2,17 @@ name = "television-derive" version = "0.1.0" edition = "2021" +description = "The revolution will be televised." +license = "MIT" +authors = ["Alexandre Pasmantier "] +repository = "https://github.com/alexpasmantier/television" +keywords = ["search", "fuzzy", "preview", "tui", "terminal"] +categories = [ + "command-line-utilities", + "command-line-interface", + "concurrency", + "development-tools", +] [dependencies] proc-macro2 = "1.0.87"