Skip to content

Commit 54c0ba0

Browse files
committed
build-sys: Move further dev dependencies to workspace
Signed-off-by: Colin Walters <[email protected]>
1 parent 87e8ac6 commit 54c0ba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ostree-ext/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@ composefs-oci = { workspace = true }
2525
fn-error-context = { workspace = true }
2626
hex = { workspace = true }
2727
indicatif = { workspace = true }
28+
indoc = { workspace = true, optional = true }
2829
libc = { workspace = true }
2930
openssl = { workspace = true }
3031
regex = { workspace = true }
3132
rustix = { workspace = true, features = ["fs", "process"] }
3233
serde = { workspace = true, features = ["derive"] }
3334
serde_json = { workspace = true }
35+
similar-asserts = { workspace = true, optional = true }
3436
tempfile = { workspace = true }
3537
tokio = { workspace = true, features = ["io-std", "time", "process", "rt", "net"] }
3638
tokio-util = { workspace = true }
3739
tracing = { workspace = true }
40+
xshell = { workspace = true, optional = true }
3841

3942
# Crate-specific dependencies
4043
comfy-table = "7.1.1"
@@ -43,17 +46,14 @@ flate2 = { features = ["zlib"], default-features = false, version = "1.0.20" }
4346
futures-util = "0.3.13"
4447
gvariant = "0.5.0"
4548
indexmap = { version = "2.2.2", features = ["serde"] }
46-
indoc = { version = "2", optional = true }
4749
io-lifetimes = "3"
4850
libsystemd = "0.7.0"
4951
ocidir = "0.4.0"
5052
# We re-export this library too.
5153
ostree = { features = ["v2025_2"], version = "0.20" }
5254
pin-project = "1.0"
53-
similar-asserts = { version = "1.5.0", optional = true }
5455
tar = "0.4.43"
5556
tokio-stream = { features = ["sync"], version = "0.1.8" }
56-
xshell = { version = "0.2", optional = true }
5757
zstd = { version = "0.13.1", features = ["pkg-config"] }
5858

5959
[dev-dependencies]

0 commit comments

Comments
 (0)