yazi/yazi-config/Cargo.toml

27 lines
783 B
TOML
Raw Normal View History

[package]
2023-10-22 11:34:20 +03:00
name = "yazi-config"
2024-03-08 22:07:20 +03:00
version = "0.2.4"
2023-10-22 11:34:20 +03:00
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi configuration file parser"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
2024-03-08 22:07:20 +03:00
yazi-shared = { path = "../yazi-shared", version = "0.2.4" }
# External dependencies
anyhow = "1.0.81"
arc-swap = "1.7.0"
crossterm = "0.27.0"
futures = "0.3.30"
glob = "0.3.1"
indexmap = "2.2.5"
md-5 = "0.10.6"
ratatui = "0.26.1"
serde = { version = "1.0.197", features = [ "derive" ] }
shell-words = "1.1.0"
toml = { version = "0.8.11", features = [ "preserve_order" ] }
validator = { version = "0.17.0", features = [ "derive" ] }