From e170e3c11d50e447a00703ab8cf7792f1d540d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sun, 9 Mar 2025 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=AF=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E7=9A=84Map=E5=92=8CSet=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- color-module/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/color-module/Cargo.toml b/color-module/Cargo.toml index 5c79ae5..fabaa7d 100644 --- a/color-module/Cargo.toml +++ b/color-module/Cargo.toml @@ -9,6 +9,8 @@ crate-type = ["cdylib"] [dependencies] color-name = "1.1.0" enum-iterator = "2.1.0" +linked-hash-map = { version = "0.5.6", features = ["serde", "serde_impl"] } +linked_hash_set = { version = "0.1.5", features = ["serde"] } palette = { version = "0.7.6", features = ["serde"] } serde = { version = "1.0.216", features = ["derive"] } serde-wasm-bindgen = "0.6.5"