yazi/yazi-config/Cargo.toml

27 lines
738 B
TOML
Raw Normal View History

[package]
2023-10-22 11:34:20 +03:00
name = "yazi-config"
2024-02-07 06:18:23 +03:00
version = "0.2.3"
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-02-07 06:18:23 +03:00
yazi-shared = { path = "../yazi-shared", version = "0.2.3" }
# External dependencies
2023-08-12 12:48:18 +03:00
anyhow = "^1"
arc-swap = "^1"
2023-08-12 12:48:18 +03:00
crossterm = "^0"
futures = "^0"
glob = "^0"
indexmap = "^2"
md-5 = "^0"
2023-08-12 12:48:18 +03:00
ratatui = "^0"
serde = { version = "^1", features = [ "derive" ] }
shell-words = "^1"
toml = { version = "^0", features = [ "preserve_order" ] }
validator = { version = "^0", features = [ "derive" ] }