This commit is contained in:
2025-04-04 10:45:09 +02:00
parent 4a65f8255a
commit b37b9da8b5
35 changed files with 3372 additions and 53 deletions

View File

@@ -16,3 +16,11 @@ chrono = { version = "0.4", features = ["serde"] }
bincode = "1.3"
brotli = "3.4"
tempfile = "3.8"
poem = "1.3.55"
poem-openapi = { version = "2.0.11", features = ["swagger-ui"] }
tokio = { version = "1", features = ["full"] }
rhai = "1.15.1"
[[example]]
name = "rhai_demo"
path = "examples/rhai_demo.rs"