[package] name = "terminal_graphics_renderer" version = "0.1.0" authors = ["Cactochan"] description = "A simple lib for doing terminal stuff :]" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] terminal_size = "0.2.6" colored = "2.0.0" console = "0.15.5"