description

This commit is contained in:
Robin Appelman 2019-09-07 16:28:09 +02:00
commit f80af170ca

View file

@ -3,6 +3,7 @@ name = "contrast"
version = "0.1.0" version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
description = "Calculate contrast between two colors"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
repository = "https://github.com/icewind1991/contrast-rs" repository = "https://github.com/icewind1991/contrast-rs"