yazi/yazi-shim/Cargo.toml
2025-11-19 18:07:04 +08:00

18 lines
430 B
TOML

[package]
name = "yazi-shim"
version = "25.9.15"
edition = "2024"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi crate shims"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[lints]
workspace = true
[dependencies]
yazi-macro = { path = "../yazi-macro", version = "25.9.15" }
# External dependencies
twox-hash = { workspace = true }