feat: add plugin execution

This commit is contained in:
2025-09-24 14:05:26 +03:00
parent 67d62aa479
commit b6181315a9
4 changed files with 450 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ categories = ["cryptography::randomness", "encoding"]
[dependencies]
color-eyre = "0.6"
glob = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"