Skip to content

Commit

Permalink
fixup! Add wheres to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Aug 3, 2024
1 parent 85c32a6 commit 8d2a000
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ zeroize-on-drop = ["zeroize"]
[dependencies]
proc-macro2 = { version = "1", default-features = false, features = ["proc-macro"] }
quote = { version = "1", default-features = false }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing"] }
syn = { version = "2", default-features = false, features = [
"clone-impls",
"derive",
"extra-traits",
"full",
"parsing",
"printing",
] }

[dev-dependencies]
pretty_assertions = "1"
Expand Down

0 comments on commit 8d2a000

Please sign in to comment.