mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00
27 lines
610 B
TOML
27 lines
610 B
TOML
[package]
|
|
name = "television-derive"
|
|
version = "0.0.24"
|
|
edition = "2021"
|
|
description = "The revolution will be televised."
|
|
license = "MIT"
|
|
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
|
|
repository = "https://github.com/alexpasmantier/television"
|
|
homepage = "https://github.com/alexpasmantier/television"
|
|
keywords = ["search", "fuzzy", "preview", "tui", "terminal"]
|
|
categories = [
|
|
"command-line-utilities",
|
|
"command-line-interface",
|
|
"concurrency",
|
|
"development-tools",
|
|
]
|
|
rust-version = "1.83"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.93"
|
|
quote = "1.0.38"
|
|
syn = "2.0.96"
|
|
|
|
|
|
[lib]
|
|
proc-macro = true
|