Fixed TPM2 and Linux compatibility

This commit is contained in:
2026-03-23 11:06:12 +09:00
parent f2c25da1aa
commit 2b540edab3
16 changed files with 339 additions and 232 deletions

View File

@@ -33,6 +33,9 @@ uuid = { version = "1", features = ["v4"] }
zeroize = { version = "1", features = ["derive"] }
aes-gcm = "0.10"
[target.'cfg(target_os = "linux")'.dependencies]
tempfile = "3"
[profile.release]
strip = true
lto = true