This commit is contained in:
sxyazi 2026-03-19 21:18:40 +08:00
parent b2c75300ef
commit 45276f5f64
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -6229,7 +6229,6 @@ dependencies = [
"parking_lot", "parking_lot",
"ratatui", "ratatui",
"tokio", "tokio",
"tracing",
"unicode-width", "unicode-width",
"yazi-adapter", "yazi-adapter",
"yazi-config", "yazi-config",

View file

@ -22,7 +22,6 @@ yazi-tty = { path = "../yazi-tty", version = "26.2.2" }
# External dependencies # External dependencies
anyhow = { workspace = true } anyhow = { workspace = true }
base64 = { workspace = true } base64 = { workspace = true }
tracing = { workspace = true }
crossterm = { workspace = true } crossterm = { workspace = true }
futures = { workspace = true } futures = { workspace = true }
mlua = { workspace = true } mlua = { workspace = true }