yazi/shared/Cargo.toml
2023-10-11 21:16:44 +08:00

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" ] }