yazi/shared/Cargo.toml

15 lines
327 B
TOML
Raw Normal View History

[package]
name = "shared"
2023-10-16 05:40:09 +03:00
version = "0.1.5"
edition = "2021"
[dependencies]
anyhow = "^1"
crossterm = "^0"
futures = "^0"
libc = "^0"
parking_lot = "^0"
2023-10-11 19:09:10 +03:00
ratatui = "^0"
regex = "^1"
2023-08-12 12:48:18 +03:00
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs" ] }