15 lines
237 B
TOML
15 lines
237 B
TOML
[package]
|
|
name = "color"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
edition = "2018"
|
|
license = "MIT, Apache 2.0"
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
colorbox = "0.3"
|
|
|
|
[lib]
|
|
name = "color"
|
|
path = "src/lib.rs"
|