update to follow rhailib

This commit is contained in:
Timur Gordon
2025-06-21 09:23:22 +02:00
parent e91a44ce37
commit e2640b9421
16 changed files with 1500 additions and 24 deletions

View File

@@ -82,3 +82,8 @@ required-features = ["rhai"]
name = "library_rhai"
path = "examples/library_rhai/example.rs"
required-features = ["rhai"]
[[example]]
name = "rhai_auth_example"
path = "examples/rhai_auth_example.rs"
required-features = ["rhai", "authorization"]