Move denali client to separate lib.
This commit is contained in:
parent
c8f84ec352
commit
59efb1659a
10 changed files with 56 additions and 18 deletions
|
|
@ -7,5 +7,9 @@ define_entry!();
|
|||
|
||||
#[no_mangle]
|
||||
extern "C" fn main() -> z_err_t {
|
||||
let yellowstone = yellowstone_yunq::from_init_endpoint();
|
||||
|
||||
let denali = yellowstone.get_denali().unwrap();
|
||||
|
||||
0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue