mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
chore: update workspace crates configurations
This commit is contained in:
parent
c4863ff7ae
commit
5b57d6b290
@ -2,6 +2,17 @@
|
|||||||
name = "television-channels"
|
name = "television-channels"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
television-fuzzy = { path = "../television_fuzzy", version = "0.0.0" }
|
television-fuzzy = { path = "../television_fuzzy", version = "0.0.0" }
|
||||||
@ -17,3 +28,6 @@ directories = "5.0.1"
|
|||||||
color-eyre = "0.6.3"
|
color-eyre = "0.6.3"
|
||||||
serde = "1.0.214"
|
serde = "1.0.214"
|
||||||
strum = { version = "0.26.3", features = ["derive"] }
|
strum = { version = "0.26.3", features = ["derive"] }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
|
@ -17,3 +17,6 @@ categories = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
nucleo = "0.5.0"
|
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"
|
name = "television-previewers"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
syntect = "5.2.0"
|
syntect = "5.2.0"
|
||||||
@ -14,3 +25,7 @@ termtree = "0.5.1"
|
|||||||
devicons = "0.6.11"
|
devicons = "0.6.11"
|
||||||
color-eyre = "0.6.3"
|
color-eyre = "0.6.3"
|
||||||
infer = "0.16.0"
|
infer = "0.16.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
|
|
||||||
|
@ -2,6 +2,17 @@
|
|||||||
name = "television-utils"
|
name = "television-utils"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
ignore = "0.4.23"
|
ignore = "0.4.23"
|
||||||
@ -12,3 +23,6 @@ color-eyre = "0.6.3"
|
|||||||
bat = "0.24.0"
|
bat = "0.24.0"
|
||||||
directories = "5.0.1"
|
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