[package] name = "ncadmin" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] } tui = {version = "0.19"} tui-textarea = { version = "0.2", features = ["crossterm"] } crossterm = { version = "0.25" }