Add macros to derive message serializations.
This commit is contained in:
parent
ccd13fecf1
commit
8f35d38e93
11 changed files with 284 additions and 108 deletions
10
rust/lib/yellowstone/Cargo.toml
Normal file
10
rust/lib/yellowstone/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "yellowstone"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mammoth = { path = "../mammoth" }
|
||||
yunq = {path = "../yunq"}
|
||||
yunq-derive = {path = "../yunq-derive"}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue