acadia/rust/sys/denali/Cargo.toml

23 lines
432 B
TOML
Raw Permalink Normal View History

2024-08-30 00:38:15 -07:00
[package]
name = "denali"
version = "0.1.0"
edition = "2021"
[dependencies]
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"]