Skip to content

Commit

Permalink
template: improve cargo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 6, 2024
1 parent e2b338f commit fa97289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
8 changes: 5 additions & 3 deletions template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.13.0"

[workspace]
regex = { workspace = true }
itertools = { workspace = true }
pathfinding = { workspace = true }
rayon = { workspace = true }
indexmap = { workspace = true }
28 changes: 0 additions & 28 deletions template/build.rs

This file was deleted.

0 comments on commit fa97289

Please sign in to comment.