mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:38:26 +02:00
[WIP] Encryption for secure values (#183)
This commit is contained in:
@@ -5,5 +5,5 @@ edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
ts-rs = { version = "10.0.0", features = ["serde-json-impl"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
ts-rs = { workspace = true, features = ["serde-json-impl"] }
|
||||
|
||||
Reference in New Issue
Block a user