mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-21 01:20:00 +00:00
parent
5271b507a0
commit
82f471d0aa
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -343,8 +343,10 @@ version = "4.5.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"clap_lex",
|
||||
"strsim",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1870,7 +1872,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "television"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bat",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "television"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
edition = "2021"
|
||||
description = "The revolution will be televised."
|
||||
license = "MIT"
|
||||
@ -40,12 +40,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
rustc-hash = "2.1"
|
||||
syntect = { version = "5.2", default-features = false }
|
||||
unicode-width = "0.2"
|
||||
clap = { version = "4.5", default-features = false, features = [
|
||||
"std",
|
||||
"derive",
|
||||
"cargo",
|
||||
"string",
|
||||
] }
|
||||
clap = { version = "4.5", features = ["derive", "cargo", "string"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
ratatui = { version = "0.29", features = ["serde", "macros"] }
|
||||
better-panic = "0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user