Skip to content

Commit

Permalink
feature: Added parallel feature to cmake, that is then enabled in
Browse files Browse the repository at this point in the history
`cc`.
  • Loading branch information
CGMossa committed Mar 13, 2024
1 parent 82ba2c8 commit 8634f12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ categories = ["development-tools::build-utils"]
edition = "2021"

[dependencies]
cc = "1.0.90"
cc = { version = "1.0.90" }

[features]
parallel = ["cc/parallel"]

0 comments on commit 8634f12

Please sign in to comment.