18 lines
337 B
TOML
18 lines
337 B
TOML
[package]
|
|
name = "luaffi_impl"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.20.11"
|
|
proc-macro2 = "1.0.95"
|
|
quote = "1.0.40"
|
|
syn = { version = "2.0.103", features = ["full"] }
|