Move denali client to separate lib.
This commit is contained in:
parent
c8f84ec352
commit
59efb1659a
10 changed files with 56 additions and 18 deletions
11
rust/lib/client/denali_client/Cargo.toml
Normal file
11
rust/lib/client/denali_client/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "denali_client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
mammoth = { path = "../../mammoth" }
|
||||
yunq = { path = "../../yunq" }
|
||||
|
||||
[build-dependencies]
|
||||
yunqc = { path = "../../../../yunq/rust" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue