linux-rust: store irk and enc keys

This commit is contained in:
Kavish Devar
2025-10-23 12:48:15 +05:30
parent 99940b98ae
commit ccee82026d
5 changed files with 38 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ image = "0.25.8"
imageproc = "0.25.0"
ab_glyph = "0.2.32"
clap = { version = "4.5.50", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[profile.release]
opt-level = "s"