1 2 3 4 5 6 7 8 9 10 11
[package] name = "fancy" version = "0.1.2" edition = "2021" authors = ["foxcirc"] description = "Easily print string with color." repository = "https://github.com/Foxcirc/fancy" license = "MIT" [lib] proc-macro = true