mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
refactor: move Term to its own yazi-term crate (#3629)
This commit is contained in:
parent
24c60419bb
commit
583345296f
27 changed files with 197 additions and 124 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue