[package] name = "live-cli" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tui = "0.19" crossterm = { version = "0.25", features = ["bracketed-paste"] } atty = "0.2.14" ansi4tui = {path = "./ansi4tui/"} anyhow = "1.0.66" shellwords = "1.1.0" crossbeam = "0.8.2" parking_lot = "0.12.1"