16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "luaffi"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bstr = "1.12.0"
|
|
luaffi_impl = { version = "0.1.0", path = "../luaffi_impl" }
|
|
luaify = { version = "0.1.0", path = "../luaify" }
|
|
rustc-hash = "2.1.1"
|
|
simdutf8 = "0.1.5"
|