mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00
30 lines
819 B
TOML
30 lines
819 B
TOML
[package]
|
|
name = "television-screen"
|
|
version = "0.0.22"
|
|
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.22" }
|
|
television-channels = { path = "../television-channels", version = "0.0.22" }
|
|
television-previewers = { path = "../television-previewers", version = "0.0.22" }
|
|
|
|
ratatui = { workspace = true }
|
|
serde = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
syntect = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
tracing = { workspace = true }
|
|
devicons = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|