[workspace] resolver = "3" members = [ "crates/lb", "crates/luaffi", "crates/luaffi_impl", "crates/luaify", "crates/luajit", "crates/luajit-sys", ] [workspace.package] version = "0.1.0" edition = "2024" license = "MIT" authors = ["luaneko "] homepage = "https://git.lua.re/luaneko/luby/" repository = "https://git.lua.re/luaneko/luby/" [package] name = "luby" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true repository.workspace = true [profile] dev.panic = "abort" release.panic = "abort" [dependencies] clap = { version = "4.5.40", features = ["derive", "env"] } console-subscriber = "0.4.1" lb = { version = "0.1.0", path = "crates/lb" } luajit = { version = "0.1.0", path = "crates/luajit", features = ["runtime"] } mimalloc = "0.1.47" owo-colors = "4.2.1" sysexits = "0.9.0" tokio = { version = "1.45.1", features = ["full", "tracing"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" [build-dependencies] vergen-git2 = { version = "1.0.7", features = ["cargo", "rustc"] }