mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 22:31:35 +03:00
15 lines
341 B
TOML
15 lines
341 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "^1"
|
|
crossterm = "^0"
|
|
futures = "^0"
|
|
libc = "^0"
|
|
parking_lot = "^0"
|
|
ratatui = { version = "^0" }
|
|
regex = "^1"
|
|
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }
|