update derive Cargo.toml

This commit is contained in:
Alexandre Pasmantier 2024-10-13 23:55:34 +02:00
parent ac9200d972
commit 9d98b97a2d

View File

@ -2,6 +2,17 @@
name = "television-derive"
version = "0.1.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
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"