mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-30 19:41:02 +01:00
9 lines
95 B
Rust
9 lines
95 B
Rust
#![deny(warnings)]
|
|
|
|
mod client;
|
|
mod gen;
|
|
mod querybuilder;
|
|
|
|
pub use client::*;
|
|
pub use gen::*;
|