17 lines
320 B
TOML
17 lines
320 B
TOML
[package]
|
|
name = "denali"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitfield-struct = "0.8.0"
|
|
mammoth = { path = "../../lib/mammoth" }
|
|
yunq = { path = "../../lib/yunq" }
|
|
yellowstone-yunq = { path = "../../lib/yellowstone" }
|
|
|
|
[[bin]]
|
|
name = "denali"
|
|
|
|
[build-dependencies]
|
|
yunqc = { path = "../../../yunq/rust" }
|