2025-08-12 21:04:21 +02:00
commit 088b7f48aa
6 changed files with 472 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "rhai-python"
version = "0.1.0"
edition = "2021"
[lib]
name = "rhai_python"
crate-type = ["cdylib"]
[dependencies]
rhai = { version = "1.17", features = ["sync"] }
pyo3 = { version = "0.20", features = ["extension-module"] }
[build-dependencies]
pyo3-build-config = "0.20"