diff --git a/flytrax-csv-to-braidz/Cargo.toml b/flytrax-csv-to-braidz/Cargo.toml index a2b6c3b65..7f9126394 100644 --- a/flytrax-csv-to-braidz/Cargo.toml +++ b/flytrax-csv-to-braidz/Cargo.toml @@ -28,10 +28,7 @@ futures = "0.3" tokio = { version = "1.0.1", default-features = false, features = ["macros"] } tempfile = "3.4.0" anyhow = "1.0" -image = { workspace = true, features = [ - "jpeg", - "png", -] } +image = { workspace = true, features = ["jpeg", "png"] } opencv-ros-camera = { workspace = true, features = ["serde-serialize"] } datetime-conversion = { path = "../datetime-conversion" } diff --git a/fmf/fmf-cli/Cargo.toml b/fmf/fmf-cli/Cargo.toml index 105702a2b..32d527e38 100644 --- a/fmf/fmf-cli/Cargo.toml +++ b/fmf/fmf-cli/Cargo.toml @@ -23,12 +23,7 @@ chrono = { version = "0.4.35", default-features = false, features = [ ] } anyhow = "1.0" glob = "0.3" -image = { workspace = true, features = [ - "jpeg", - "png", - "bmp", - "pnm", -] } +image = { workspace = true, features = ["jpeg", "png", "bmp", "pnm"] } machine-vision-formats = "0.1" timestamped-frame = { path = "../../timestamped-frame" }