[package] name = "pallete" version = "1.1.0" authors = ["Rishit Khandelwal "] edition = "2018" description = "Write text in rainbow colors" repository = "https://github.com/rishit-khandelwal/rainbow" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termcolor = "1.1.0"