polychrome 0.1.2

Polychome is a color crate for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "polychrome"

version = "0.1.2"

edition = "2021"

license = "MIT/Apache-2.0"

description = "Polychome is a color crate for rust"

homepage = "https://github.com/EliasLeguizamon123/polychrome"

repository = "https://github.com/EliasLeguizamon123/polychrome"

keywords = ["color", "polychrome", "linux", "terminal"]

readme = "README.md"

authors = ["Elias Leguizamon <eliasleguizamon1997@gmail.com>"]



[lib]

name = "color"

path = "src/lib.rs"



[dependencies]

rand = "0.8.5"