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,12 @@
[package]
name = "linux-hello-common"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Shared types and utilities for Linux Hello"
[dependencies]
thiserror.workspace = true
serde.workspace = true
toml.workspace = true
tracing.workspace = true