mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
chore: update workspace crates configurations
This commit is contained in:
parent
c4863ff7ae
commit
5b57d6b290
@ -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"
|
||||
|
@ -16,4 +16,7 @@ categories = [
|
||||
|
||||
[dependencies]
|
||||
nucleo = "0.5.0"
|
||||
parking_lot = "0.12.3"
|
||||
parking_lot = "0.12.3"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
@ -11,4 +22,7 @@ tracing = "0.1.40"
|
||||
color-eyre = "0.6.3"
|
||||
bat = "0.24.0"
|
||||
directories = "5.0.1"
|
||||
syntect = "5.2.0"
|
||||
syntect = "5.2.0"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user