mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
9765260567
This fixes the compilation stck overflow here: https://ogeon.github.io/2024/02/25/palette-0.7.5.html Release Notes: - N/A
16 lines
215 B
TOML
16 lines
215 B
TOML
[package]
|
|
name = "color"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lib]
|
|
path = "src/color.rs"
|
|
doctest = true
|
|
|
|
[dependencies]
|
|
palette.workspace = true
|