It works perfectly with some Rhai

This commit is contained in:
Clément Renault
2024-05-09 13:07:32 +02:00
parent efc156a4a4
commit 2d97164d9f
3 changed files with 729 additions and 949 deletions

View File

@ -83,7 +83,7 @@ rand = "0.8.5"
tracing = "0.1.40"
ureq = { version = "2.10.0", features = ["json"] }
url = "2.5.2"
piccolo = "0.3.1"
rhai = { version = "1.18.0", features = ["serde", "no_module", "no_custom_syntax"] }
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }