refactor: refine PathLike and StrandLike traits (#3340)

This commit is contained in:
三咲雅 misaki masa 2025-11-19 18:07:04 +08:00 committed by GitHub
parent 9cd742811a
commit d3ad1c0920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 1282 additions and 1492 deletions

View file

@ -8,6 +8,9 @@ description = "Yazi crate shims"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[lints]
workspace = true
[dependencies]
yazi-macro = { path = "../yazi-macro", version = "25.9.15" }