[package] name = "pane-editor" version = "0.1.0" edition = "2021" rust-version = "1.75.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5", features = ["derive"] } color-eyre = "0.6" crop = "0.4" crossterm = { version = "0.29.0", features = ["event-stream"] } eyre = "0.6" futures = "0.3" ratatui = "0.30" tokio = { version = "1.49", features = ["full"] } tokio-util = "0.7" tracing = "0.1" tracing-appender = "0.2" tracing-panic = "0.1" tracing-subscriber = "0.3" unicode-width = "0.2.2"