mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00

Fixes #232 <img width="2549" alt="Screenshot 2025-01-07 at 16 04 15" src="https://github.com/user-attachments/assets/18be9901-757e-47a4-aa70-89aa7fc75e84" />
29 lines
787 B
TOML
29 lines
787 B
TOML
[package]
|
|
name = "television-screen"
|
|
version = "0.0.18"
|
|
description.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
television-utils = { path = "../television-utils", version = "0.0.18" }
|
|
television-channels = { path = "../television-channels", version = "0.0.18" }
|
|
television-previewers = { path = "../television-previewers", version = "0.0.18" }
|
|
|
|
ratatui = { workspace = true }
|
|
serde = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
syntect = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|