17 lines
325 B
TOML
17 lines
325 B
TOML
[package]
|
|
name = "luaify"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.95"
|
|
quote = "1.0.40"
|
|
syn = { version = "2.0.103", features = ["full", "visit-mut"] }
|