yazi/yazi-fs/Cargo.toml

22 lines
643 B
TOML
Raw Normal View History

2024-08-01 09:36:16 +03:00
[package]
name = "yazi-fs"
2024-09-04 18:16:18 +03:00
version = "0.3.3"
2024-08-01 09:36:16 +03:00
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi file system"
2024-08-01 09:36:16 +03:00
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
2024-09-04 18:16:18 +03:00
yazi-config = { path = "../yazi-config", version = "0.3.3" }
yazi-proxy = { path = "../yazi-proxy", version = "0.3.3" }
yazi-shared = { path = "../yazi-shared", version = "0.3.3" }
2024-08-01 09:36:16 +03:00
# External dependencies
anyhow = { workspace = true }
futures = { workspace = true }
ratatui = { workspace = true }
regex = { workspace = true }
tokio = { workspace = true }