Move denali client to separate lib.

This commit is contained in:
Drew Galbraith 2025-02-07 18:24:48 -08:00
parent c8f84ec352
commit 59efb1659a
10 changed files with 56 additions and 18 deletions

View 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" }