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:
parent
bbbce0f8cf
commit
10407f25a8
2 changed files with 85 additions and 99 deletions
|
|
@ -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 = ".." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue