This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/rhai_wrapper/Cargo.toml

13 lines
250 B
TOML

[package]
name = "rhai_wrapper"
version = "0.1.0"
edition = "2021"
description = "A wrapper to make generic Rust functions Rhai-compatible."
[dependencies]
rhai = "1.21.0"
rhai_macros_derive = { path = "../rhai_macros_derive" }
[dev-dependencies]