feat: with cuddle file
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-05 22:47:44 +02:00
parent e1d19c8fc1
commit 310df8f127
2 changed files with 25 additions and 27 deletions

View File

@@ -23,8 +23,7 @@ async fn main() -> eyre::Result<()> {
.with_workspace_crates()
.await
.with_mold("2.3.3")
.with_bin_name(cuddle_file.vars.service)
.with_deployment(false)
.with_cuddle_file(&cuddle_file)
.to_owned();
let render = &RustServiceRender::default();