mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
17 lines
391 B
TOML
17 lines
391 B
TOML
[package]
|
|
name = "plugin"
|
|
version = "0.1.5"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
config = { path = "../config" }
|
|
core = { path = "../core" }
|
|
shared = { path = "../shared" }
|
|
|
|
# External dependencies
|
|
ansi-to-tui = "^3"
|
|
anyhow = "^1"
|
|
mlua = { version = "^0", features = [ "luajit52", "vendored", "serialize" ] }
|
|
ratatui = "^0"
|
|
tracing = "^0"
|
|
unicode-width = "^0"
|