[package] name = "core" version = "0.1.0" edition = "2021" [dependencies] adaptor = { path = "../adaptor" } config = { path = "../config" } shared = { path = "../shared" } # External dependencies anyhow = "^1" async-channel = "^1" crossterm = "^0" futures = "^0" indexmap = "^2" notify = { version = "^6", default-features = false, features = [ "macos_fsevent" ] } parking_lot = "^0" ratatui = "^0" serde = "^1" serde_json = "^1" syntect = "^5" tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs", "process", "io-std", "io-util" ] } tracing = "^0" trash = "^3" unicode-width = "^0" yazi-prebuild = "^0"