mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-04-20 04:29:50 +02:00
this means that you can now use dagger_sdk::connect() instead of dagger_sdk::client::connect();
7 lines
75 B
Rust
7 lines
75 B
Rust
mod client;
|
|
mod gen;
|
|
mod querybuilder;
|
|
|
|
pub use client::*;
|
|
pub use gen::*;
|