change proc macro argument parsing to use syn

This commit is contained in:
Pat Hickey
2020-01-30 14:29:53 -08:00
parent e2079c085d
commit 0ba8e73184
4 changed files with 41 additions and 9 deletions

View File

@@ -14,3 +14,4 @@ quote = "1.0"
proc-macro2 = "1.0"
heck = "0.3"
anyhow = "1"
syn = { version = "1.0", features = ["full"] }