Skip to content

Commit

Permalink
Use explicit rather than implicit features.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 8, 2024
1 parent 187295f commit 906bb28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ exclude = [
[package.metadata.docs.rs]
features = ["kurbo"]

[features]
default = []
kurbo = ["dep:kurbo"]
rayon = ["dep:rayon"]

[dependencies]
plist = { version = "1.4.1", features = ["serde"] }
uuid = { version = "1.2", features = ["v4"] }
Expand Down

0 comments on commit 906bb28

Please sign in to comment.