feat(sdk): re-export through lib.rs

this means that you can now use dagger_sdk::connect() instead of
dagger_sdk::client::connect();
This commit is contained in:
2023-02-19 15:24:37 +01:00
parent 2695a10f24
commit 986a64cbc7
10 changed files with 17 additions and 32 deletions

View File

@@ -4,8 +4,6 @@ pub mod cli;
mod cli_generate;
fn main() -> eyre::Result<()> {
//
color_eyre::install().unwrap();
let args = std::env::args();