[package] name = "redbear-info" version = "0.1.0" edition = "2024" [[bin]] name = "redbear-info" path = "src/main.rs" [dependencies] redox-driver-sys = { path = "../../../../recipes/drivers/redox-driver-sys/source" } ratatui = { version = "0.30", default-features = false, features = ["termion"], optional = true } termion = { version = "4", optional = true } serde_json = "1" toml = "0.8" [features] default = [] tui = ["ratatui", "termion"]