Skip to content

Commit

Permalink
Move workspace declaration to the bottom of the Cargo.toml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
spencewenski committed Mar 29, 2024
1 parent 60b6a49 commit eee3ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[workspace]
members = [".", "examples/*"]

[package]
name = "roadster"
version = "0.1.0"
Expand Down Expand Up @@ -70,3 +67,6 @@ byte-unit = { version = "5.1.4", features = ["serde"] }

[dev-dependencies]
cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }

[workspace]
members = [".", "examples/*"]

0 comments on commit eee3ee5

Please sign in to comment.