yazi/yazi-boot/Cargo.toml
2024-09-21 20:12:35 +08:00

27 lines
824 B
TOML

[package]
name = "yazi-boot"
version = "0.3.3"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi bootstrapper"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
regex = { workspace = true }
yazi-adapter = { path = "../yazi-adapter", version = "0.3.3" }
yazi-config = { path = "../yazi-config", version = "0.3.3" }
yazi-shared = { path = "../yazi-shared", version = "0.3.3" }
# External dependencies
clap = { workspace = true }
serde = { workspace = true }
[build-dependencies]
clap = { workspace = true }
clap_complete = "4.5.29"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.3"
vergen-gitcl = { version = "1.0.1", features = [ "build" ] }