Skip to content

Commit

Permalink
chore: update workspace crates configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Nov 10, 2024
1 parent c4863ff commit 5b57d6b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
14 changes: 14 additions & 0 deletions crates/television_channels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "television-channels"
version = "0.0.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
authors = ["Alexandre Pasmantier <[email protected]>"]
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" }
Expand All @@ -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"
5 changes: 4 additions & 1 deletion crates/television_fuzzy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ categories = [

[dependencies]
nucleo = "0.5.0"
parking_lot = "0.12.3"
parking_lot = "0.12.3"

[profile.release]
lto = "thin"
15 changes: 15 additions & 0 deletions crates/television_previewers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "television-previewers"
version = "0.0.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
authors = ["Alexandre Pasmantier <[email protected]>"]
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"
Expand All @@ -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"

16 changes: 15 additions & 1 deletion crates/television_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "television-utils"
version = "0.0.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
authors = ["Alexandre Pasmantier <[email protected]>"]
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"
Expand All @@ -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"

0 comments on commit 5b57d6b

Please sign in to comment.