Implement the shared automation CLI.

This commit is contained in:
2026-07-19 14:25:15 +02:00
parent a2abb901cd
commit fdfae200a0
33 changed files with 2411 additions and 58 deletions

7
Cargo.lock generated
View File

@@ -789,7 +789,11 @@ version = "0.1.0"
dependencies = [
"anyhow",
"bds-core",
"tokio",
"clap",
"dirs 5.0.1",
"serde",
"serde_json",
"tempfile",
]
[[package]]
@@ -802,6 +806,7 @@ dependencies = [
"deunicode",
"diesel",
"diesel_migrations",
"dirs 5.0.1",
"fluent-bundle",
"fluent-syntax",
"htmd",