Skip to content

Commit

Permalink
update derive Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Oct 13, 2024
1 parent ac9200d commit c0a4a26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions crates/television_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
name = "television-derive"
version = "0.1.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
authors = ["Alexandre Pasmantier <[email protected]>"]
build = "build.rs"
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"
Expand Down

0 comments on commit c0a4a26

Please sign in to comment.