1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00

allow wildcard in enum parsing

This commit is contained in:
Robin Appelman 2019-03-01 23:07:20 +01:00
commit c571326ed7
3 changed files with 49 additions and 8 deletions

View file

@ -12,7 +12,7 @@ name = "bitstream_reader_derive"
proc-macro = true
[dependencies]
syn = "0.15"
syn = { version = "0.15", features = ["full"] }
quote = "0.6"
proc-macro2 = "0.4"