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