[package] name = "yazi-boot" version = "26.2.2" edition = "2024" license = "MIT" authors = [ "sxyazi " ] description = "Yazi bootstrapper" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [lints] workspace = true [dependencies] yazi-adapter = { path = "../yazi-adapter", version = "26.2.2" } yazi-config = { path = "../yazi-config", version = "26.2.2" } yazi-emulator = { path = "../yazi-emulator", version = "26.2.2" } yazi-fs = { path = "../yazi-fs", version = "26.2.2" } yazi-macro = { path = "../yazi-macro", version = "26.2.2" } yazi-shared = { path = "../yazi-shared", version = "26.2.2" } yazi-vfs = { path = "../yazi-vfs", version = "26.2.2" } # External dependencies clap = { workspace = true } futures = { workspace = true } hashbrown = { workspace = true } regex = { workspace = true } [build-dependencies] yazi-shared = { path = "../yazi-shared", version = "26.2.2" } # External dependencies clap = { workspace = true } clap_complete = "4.5.66" clap_complete_fig = "4.5.2" clap_complete_nushell = "4.5.10" vergen-gitcl = { version = "9.1.0", features = [ "build", "rustc" ] }