yazi/yazi-shim/Cargo.toml
2025-12-29 08:21:43 +08:00

18 lines
432 B
TOML

[package]
name = "yazi-shim"
version = "25.12.29"
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.12.29" }
# External dependencies
twox-hash = { workspace = true }