[package] name = "spinning_cube" version = "0.1.3" edition = "2021" authors = ["Guilherme Pagano "] description = "Perspective projection of a spinning cube, using just ASCII characters." license = "MIT" repository = "https://github.com/gbPagano/spinning_cube" readme = "README.md" keywords = ["terminal", "cli", "projection", "cube"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.23", features = ["derive"] } colored = "2.0.4" ctrlc = "3.4.2" rand = "0.8.5" terminal_size = "0.2.6"