[package] name = "alloy" version = "0.0.0" description = "The Alloy Console: a ratatui control surface fronting the system CLIs." edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true authors.workspace = true [[bin]] name = "alloy" path = "src/main.rs" [dependencies] alloy_tui = { path = "../alloy_tui" } anyhow = "1" clap = { version = "4", features = ["derive"] } ratatui.workspace = true serde = { version = "1.0.229", features = ["derive"] } serde_json = "1.0.150" makeover.workspace = true