first commit

This commit is contained in:
2026-01-02 19:08:56 +01:00
commit fdf37aa7b4
22 changed files with 4000 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
[package]
name = "linux-hello-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Linux Hello command-line interface"
[[bin]]
name = "linux-hello"
path = "src/main.rs"
[dependencies]
linux-hello-common = { path = "../linux-hello-common" }
linux-hello-daemon = { path = "../linux-hello-daemon" }
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
toml.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tokio.workspace = true
clap.workspace = true
image.workspace = true