wrote the tool to use rhai scripts as commands, and wrote a basic cli as

an example.
This commit is contained in:
2026-05-20 10:03:59 -05:00
parent d0395fb0c4
commit 3eeecb0010
6 changed files with 5278 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "tetanus"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
iced = { version = "0.14.0", features = ["advanced", "tokio"] }
rayon = "1.12.0"
rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
walkdir = "2.5.0"