refactor: rename crates

This commit is contained in:
2026-01-26 16:17:04 +02:00
parent 5accec5da4
commit d128816956
11 changed files with 50 additions and 51 deletions

14
runner/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "runner"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
common.workspace = true
clap.workspace = true
miette.workspace = true
tokio.workspace = true
[lints]
workspace = true