Files
rhai-python/Cargo.toml

16 lines
293 B
TOML

[package]
name = "rhai-python"
version = "0.1.1"
edition = "2021"
[lib]
name = "rhai_python"
crate-type = ["cdylib"]
[dependencies]
rhai = { version = "1.22", features = ["sync"] }
pyo3 = { version = "0.25", features = ["extension-module"] }
[build-dependencies]
pyo3-build-config = "0.25"