1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[package] name = "grapher" version = "1.0.0" edition = "2024" authors = ["bend-n <[email protected]>"] repository = "https://github.com/bend-n/monitorkit" license = "MIT" rust-version = "1.85" [dependencies] anyhow = "1.0.97" comat = "0.1.3" implicit-fn = "0.1.0" itertools = "0.14.0" termion = "4.0.4" unicode-width = "0.2.0" array_chunks = "1.0.0"