repo clean up
This commit is contained in:
14
_archive/rhai_client_macros/Cargo.toml
Normal file
14
_archive/rhai_client_macros/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "rhai_client_macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Procedural macros for generating Rhai client functions from Rust functions"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
||||
rhai = "1.21.0"
|
Reference in New Issue
Block a user