Skip to content

Commit

Permalink
formatted toml files with taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber authored and yuankunzhang committed Oct 8, 2024
1 parent 438fbd4 commit 21b5e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[workspace]
resolver = "2"
members = [
"charming",
"gallery",
]
members = ["charming", "gallery"]
2 changes: 1 addition & 1 deletion gallery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ path = "src/gallery.rs"

[[bin]]
name = "generate_images"
path = "src/images.rs"
path = "src/images.rs"

0 comments on commit 21b5e53

Please sign in to comment.