Skip to content

Commit

Permalink
format Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 23, 2024
1 parent 4000432 commit 1713544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions flytrax-csv-to-braidz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
7 changes: 1 addition & 6 deletions fmf/fmf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1713544

Please sign in to comment.