rhai implementation added

This commit is contained in:
filipriec
2025-03-06 19:32:45 +01:00
parent a52e2b05f8
commit 0e0578d158
8 changed files with 290 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ tonic = "0.12.3"
tonic-reflection = "0.12.3"
tracing = "0.1.41"
time = { version = "0.3.37", features = ["local-offset"] }
rhai = "1.21.0"
bincode = "2.0.0"
[lib]
name = "server"