We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0475 commit e97eee2Copy full SHA for e97eee2
readme.md
@@ -32,3 +32,19 @@
32
1. FIDO2/YubiKey support for auth and container unlocking
33
2. Signed update mechanism with reproducible build verification
34
3. Panic wipe for emergency session termination
35
+
36
+---
37
38
+## Cargo.toml Dependencies
39
+```
40
+[dependencies]
41
+clap = { version = "4.5", features = ["derive"] }
42
+serde = { version = "1.0", features = ["derive"] }
43
+serde_json = "1.0"
44
+sha2 = "0.10"
45
+chrono = { version = "0.4", features = ["serde"] }
46
+uuid = { version = "1.10", features = ["v4", "serde"] }
47
+hex = "0.4"
48
+winapi = { version = "0.3", features = ["jobapi2", "winnt", "securitybaseapi"] }
49
+ring = "0.17" # For cryptographic operations
50
0 commit comments