15 lines
201 B
TOML
15 lines
201 B
TOML
|
|
[package]
|
||
|
|
name = "hcie-color"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
crate-type = ["staticlib", "rlib", "cdylib"]
|
||
|
|
|
||
|
|
[dev-dependencies]
|
||
|
|
rstest = "0.23"
|
||
|
|
proptest = "1.5"
|
||
|
|
approx = "0.5"
|