refactor: move Term to its own yazi-term crate (#3629)

This commit is contained in:
三咲雅 misaki masa 2026-01-28 22:26:47 +08:00 committed by GitHub
parent 24c60419bb
commit 583345296f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 197 additions and 124 deletions

View file

@ -20,9 +20,6 @@ yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" }
yazi-shared = { path = "../yazi-shared", version = "26.1.22" }
yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" }
# Logging
tracing = { workspace = true }
# External dependencies
anyhow = { workspace = true }
hashbrown = { workspace = true }
@ -31,3 +28,4 @@ parking_lot = { workspace = true }
percent-encoding = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tracing = { workspace = true }