This commit is contained in:
2025-04-04 15:21:45 +02:00
parent eecbed4b1f
commit 071dee514a
8 changed files with 547 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ serde_json = "1.0" # For JSON handling
glob = "0.3.1" # For file pattern matching
tempfile = "3.5" # For temporary file operations
log = "0.4" # Logging facade
rhai = { version = "1.12.0", features = ["sync"] } # Embedded scripting language
# Optional features for specific OS functionality
[target.'cfg(unix)'.dependencies]