11 lines
217 B
TOML
11 lines
217 B
TOML
[package]
|
|
name = "denali_client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mammoth = { path = "../../mammoth" }
|
|
yunq = { path = "../../yunq" }
|
|
|
|
[build-dependencies]
|
|
yunqc = { path = "../../../../yunq/rust" }
|