mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
26 lines
627 B
TOML
26 lines
627 B
TOML
[package]
|
|
name = "television-previewers"
|
|
version = "0.0.7"
|
|
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]
|
|
syntect = "5.2.0"
|
|
television-channels = { path = "../television-channels", version = "0.0.7" }
|
|
television-utils = { path = "../television-utils", version = "0.0.7" }
|
|
tracing = "0.1.40"
|
|
parking_lot = "0.12.3"
|
|
tokio = "1.41.1"
|
|
termtree = "0.5.1"
|
|
devicons = "0.6.11"
|
|
color-eyre = "0.6.3"
|
|
|