[package] name = "colorscape" version = "0.1.2" edition = "2021" description="A small lightweight library ment to make it easier to use ANSI colors" license="MIT" authors=["DcraftBg dkarabuyukov@gmail.com"] [lib] name="colorscape" path="src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html test=true [dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_System_Console" ]