mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 13:51:41 +00:00
31 lines
956 B
TOML
31 lines
956 B
TOML
[package]
|
|
name = "television-channels"
|
|
version = "0.0.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]
|
|
television-fuzzy = { path = "../television_fuzzy", version = "0.0.0" }
|
|
television-utils = { path = "../television_utils", version = "0.0.0" }
|
|
television-derive = { path = "../television_derive", version = "0.0.0" }
|
|
devicons = "0.6.11"
|
|
tracing = "0.1.40"
|
|
eyre = "0.6.12"
|
|
ignore = "0.4.23"
|
|
tokio = { version = "1.41.1", features = ["rt"] }
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
directories = "5.0.1"
|
|
color-eyre = "0.6.3"
|
|
serde = "1.0.214"
|
|
strum = { version = "0.26.3", features = ["derive"] }
|