yazi/yazi-boot/Cargo.toml

29 lines
935 B
TOML
Raw Normal View History

2024-02-26 04:14:04 +03:00
[package]
name = "yazi-boot"
2024-03-08 22:07:20 +03:00
version = "0.2.4"
2024-02-26 04:14:04 +03:00
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]
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.4" }
yazi-config = { path = "../yazi-config", version = "0.2.4" }
yazi-shared = { path = "../yazi-shared", version = "0.2.4" }
2024-02-26 04:14:04 +03:00
# External dependencies
clap = { version = "4.5.4", features = [ "derive" ] }
serde = { version = "1.0.197", features = [ "derive" ] }
2024-02-26 04:14:04 +03:00
[build-dependencies]
clap = { version = "4.5.4", features = [ "derive" ] }
clap_complete = "4.5.2"
clap_complete_nushell = "4.5.1"
clap_complete_fig = "4.5.0"
vergen = { version = "8.3.1", features = [ "build", "git", "gitcl" ] }
[target."cfg(unix)".dependencies]
uzers = "0.11.3"