2023-12-28 10:39:21 +02:00
|
|
|
[package]
|
|
|
|
name = "colors"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2025-01-16 18:06:00 +02:00
|
|
|
uipc.workspace = true
|
|
|
|
cross.workspace = true
|
2024-10-30 21:13:41 +02:00
|
|
|
serde.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
libcolors = { workspace = true, default-features = false }
|
2023-12-28 10:39:21 +02:00
|
|
|
|
2025-01-16 18:06:00 +02:00
|
|
|
[target.'cfg(target_os = "yggdrasil")'.dependencies]
|
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
runtime.workspace = true
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|