chore: remove unused deps in color
crate (#6745)
This commit is contained in:
parent
1734403aa3
commit
f7a2118b15
2 changed files with 0 additions and 28 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -1587,22 +1587,9 @@ dependencies = [
|
||||||
name = "color"
|
name = "color"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
|
||||||
"fs",
|
|
||||||
"indexmap 1.9.3",
|
|
||||||
"itertools 0.11.0",
|
"itertools 0.11.0",
|
||||||
"palette",
|
"palette",
|
||||||
"parking_lot 0.11.2",
|
|
||||||
"refineable",
|
|
||||||
"schemars",
|
|
||||||
"serde",
|
|
||||||
"serde_derive",
|
|
||||||
"serde_json",
|
|
||||||
"settings",
|
|
||||||
"story",
|
"story",
|
||||||
"toml 0.5.11",
|
|
||||||
"util",
|
|
||||||
"uuid 1.4.1",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -5,7 +5,6 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
stories = ["dep:itertools", "dep:story"]
|
stories = ["dep:itertools", "dep:story"]
|
||||||
|
@ -15,20 +14,6 @@ path = "src/color.rs"
|
||||||
doctest = true
|
doctest = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# TODO: Clean up dependencies
|
|
||||||
anyhow.workspace = true
|
|
||||||
fs = { path = "../fs" }
|
|
||||||
indexmap = "1.6.2"
|
|
||||||
parking_lot.workspace = true
|
|
||||||
refineable.workspace = true
|
|
||||||
schemars.workspace = true
|
|
||||||
serde.workspace = true
|
|
||||||
serde_derive.workspace = true
|
|
||||||
serde_json.workspace = true
|
|
||||||
settings = { path = "../settings" }
|
|
||||||
story = { path = "../story", optional = true }
|
story = { path = "../story", optional = true }
|
||||||
toml.workspace = true
|
|
||||||
uuid.workspace = true
|
|
||||||
util = { path = "../util" }
|
|
||||||
itertools = { version = "0.11.0", optional = true }
|
itertools = { version = "0.11.0", optional = true }
|
||||||
palette = "0.7.3"
|
palette = "0.7.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue