Files
Linux-Hello/linux-hello-common/Cargo.toml
2026-01-02 19:08:56 +01:00

13 lines
285 B
TOML

[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