initial commit
https://claude.ai/chat/39b41476-837c-4d19-b91f-6b6cd6ce9629
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user