[package] name = "nix-btm" version = "0.2.0" edition = "2021" exclude = ["target_dirs", ".github", "target"] authors = [ "Justin Restivo (justin.p.restivo@gmail.com)"] license-file = "LICENSE" readme = "README.md" repository = "https://github.com/DieracDelta/nix-btm" keywords = ["nix", "monitor", "system-info", "tui"] categories = ["development-tools::debugging"] description = "A nix process monitor" [dependencies] crossterm = "0.27.0" rand = {version = "0.8.5", features = ["small_rng"]} # TODO upgrade ratatui = "0.26.3" # tachyonfx = {git = "https://github.com/junkdog/tachyonfx"} sysinfo = {version = "0.30.12"} #, features = ["debug"]} tui-tree-widget = "0.20.0" lazy_static = "1.5.0"