Skip to content

Commit

Permalink
library: Add proc_macro2, quote and syn
Browse files Browse the repository at this point in the history
  • Loading branch information
Awayume committed Sep 17, 2023
1 parent 522c0e3 commit 9c17de0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions url_parser_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ proc-macro = true


[dependencies]
proc-macro2 = "1.0.67"
quote = "1.0.33"
syn = { version = "2.0.36", features = ["full"] }
url_parser_trait = { version = "0.1.0-alpha0", path = "../url_parser_trait" }


Expand Down

0 comments on commit 9c17de0

Please sign in to comment.