refactor: split cli and logging to separate crates
All checks were successful
Test the running changes / Test (push) Successful in 42s

This commit is contained in:
2025-11-18 23:41:45 +02:00
parent 33bfff2e98
commit 7b300987b7
15 changed files with 153 additions and 94 deletions

6
slogger/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "slogger"
version = "0.1.0"
edition = "2024"
[dependencies]