feat(rmc): start implementing new rmc protocol abstraction
This commit is contained in:
parent
3ea7c7e671
commit
6f02339464
6 changed files with 283 additions and 77 deletions
|
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1"
|
||||
proc-macro2 = "1.0"
|
||||
syn = "1.0"
|
||||
quote = "1.0.38"
|
||||
proc-macro2 = "1.0.93"
|
||||
syn = { version = "2.0.98", features = ["full"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue