mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
332f66e348
* upload client * add gh workflow * refactor build script * remove dbg! * fix async * remove unused * update dev.nu * update CI * fix ci * fixin tests * fixes + tests
9 lines
160 B
Rust
9 lines
160 B
Rust
#![doc = include_str!("../README.md")]
|
|
mod client;
|
|
mod maybe_future;
|
|
#[cfg(test)]
|
|
mod tests;
|
|
|
|
pub use client::{SdkError, Windmill};
|
|
pub use windmill_api::apis;
|