Move denali client to separate lib.
This commit is contained in:
parent
c8f84ec352
commit
59efb1659a
10 changed files with 56 additions and 18 deletions
|
|
@ -6,17 +6,11 @@ edition = "2021"
|
|||
[dependencies]
|
||||
bitfield-struct = "0.8.0"
|
||||
mammoth = { path = "../../lib/mammoth" }
|
||||
yunq = {path = "../../lib/yunq"}
|
||||
|
||||
yellowstone-yunq = { path = "../../lib/yellowstone", optional = true }
|
||||
yunq = { path = "../../lib/yunq" }
|
||||
yellowstone-yunq = { path = "../../lib/yellowstone" }
|
||||
|
||||
[[bin]]
|
||||
name = "denali"
|
||||
required-features = ["binary"]
|
||||
|
||||
[build-dependencies]
|
||||
yunqc = {path = "../../../yunq/rust"}
|
||||
|
||||
[features]
|
||||
default = ["binary"]
|
||||
binary = ["dep:yellowstone-yunq"]
|
||||
yunqc = { path = "../../../yunq/rust" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue