13 lines
285 B
TOML
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
|