Prepare public release v0.1.0

This commit is contained in:
2026-01-30 09:44:12 +01:00
parent 75be95fdf7
commit 2034281ad7
41 changed files with 2137 additions and 1028 deletions

View File

@@ -9,9 +9,7 @@ use linux_hello_daemon::tpm::{get_tpm_storage, TpmStorage};
fn main() {
// Initialize logging
tracing_subscriber::fmt()
.with_env_filter("info")
.init();
tracing_subscriber::fmt().with_env_filter("info").init();
println!("=== Linux Hello TPM Test ===\n");