2023-12-28 10:39:21 +02:00
|
|
|
[package]
|
|
|
|
name = "colors"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-30 21:13:41 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
serde-ipc.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
flexbuffers.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
libcolors = { workspace = true, default-features = false }
|
2023-12-28 10:39:21 +02:00
|
|
|
|
|
|
|
lazy_static = "1.4.0"
|