fixing some issues

This commit is contained in:
2026-01-15 23:16:15 +01:00
parent 23230cb745
commit 75be95fdf7
4 changed files with 582 additions and 101 deletions

View File

@@ -14,7 +14,7 @@ name = "linux-hello-daemon"
path = "src/main.rs"
[features]
default = []
default = ["tpm"]
tpm = ["tss-esapi"]
onnx = ["ort", "ndarray"]