feat(web): create CipherForm component

This commit is contained in:
2025-11-26 03:43:23 +02:00
parent 5f22690ef7
commit aa4bd9ecec
16 changed files with 430 additions and 124 deletions

View File

@@ -9,6 +9,7 @@ aes.workspace = true
cipher-core.workspace = true
clap = { workspace = true, optional = true }
des.workspace = true
strum = { workspace = true, features = ["derive"] }
[features]
default = []