yazi/shared/Cargo.toml
2023-08-26 17:28:43 +08:00

14 lines
322 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" }
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }