mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00
23 lines
646 B
TOML
23 lines
646 B
TOML
[package]
|
|
name = "television-screen"
|
|
version = "0.0.12"
|
|
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]
|
|
ratatui = "0.29.0"
|
|
serde = "1.0.215"
|
|
television-utils = { path = "../television-utils", version = "0.0.12" }
|
|
television-channels = { path = "../television-channels", version = "0.0.12" }
|
|
television-previewers = { path = "../television-previewers", version = "0.0.12" }
|
|
color-eyre = "0.6.3"
|
|
syntect = "5.2.0"
|