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

use syn_util for attribute handling

This commit is contained in:
Robin Appelman 2019-06-22 16:39:25 +02:00
commit 10407f25a8
2 changed files with 85 additions and 99 deletions

View file

@ -15,6 +15,7 @@ proc-macro = true
syn = { version = "0.15" }
quote = "0.6"
proc-macro2 = "0.4"
syn_util = {version = "0.2", git = "https://github.com/icewind1991/syn_util", branch = "lit-cast"}
[dev-dependencies]
bitstream_reader = { version = "0.5", path = ".." }