2024-08-30 00:38:15 -07:00
|
|
|
[package]
|
|
|
|
name = "denali"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-30 17:09:27 -07:00
|
|
|
bitfield-struct = "0.8.0"
|
2024-08-30 00:38:15 -07:00
|
|
|
mammoth = { path = "../../lib/mammoth" }
|
|
|
|
yunq = {path = "../../lib/yunq"}
|
|
|
|
|
|
|
|
yellowstone-yunq = { path = "../../lib/yellowstone", optional = true }
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "denali"
|
|
|
|
required-features = ["binary"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
yunqc = {path = "../../../yunq/rust"}
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["binary"]
|
|
|
|
binary = ["dep:yellowstone-yunq"]
|