chore: update workspace crates configurations

This commit is contained in:
Alexandre Pasmantier 2024-11-10 01:09:27 +01:00
parent c4863ff7ae
commit 5b57d6b290
4 changed files with 48 additions and 2 deletions

View File

@ -2,6 +2,17 @@
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" }
@ -17,3 +28,6 @@ directories = "5.0.1"
color-eyre = "0.6.3"
serde = "1.0.214"
strum = { version = "0.26.3", features = ["derive"] }
[profile.release]
lto = "thin"

View File

@ -17,3 +17,6 @@ categories = [
[dependencies]
nucleo = "0.5.0"
parking_lot = "0.12.3"
[profile.release]
lto = "thin"

View File

@ -2,6 +2,17 @@
name = "television-previewers"
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]
syntect = "5.2.0"
@ -14,3 +25,7 @@ termtree = "0.5.1"
devicons = "0.6.11"
color-eyre = "0.6.3"
infer = "0.16.0"
[profile.release]
lto = "thin"

View File

@ -2,6 +2,17 @@
name = "television-utils"
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]
ignore = "0.4.23"
@ -12,3 +23,6 @@ color-eyre = "0.6.3"
bat = "0.24.0"
directories = "5.0.1"
syntect = "5.2.0"
[profile.release]
lto = "thin"