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"