dalbit 0.2.3

A Luau-to-Lua transpiler
Documentation
name = "caveful_games/dalbit"
version = "0.2.3"
description = "A Luau-to-Lua transpiler"
authors = ["jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/CavefulGames/dalbit"
license = "MIT"
includes = ["README.md", "LICENSE", "bin.luau", "pesde.toml"]

[target]
environment = "lune"
bin = "bin.luau"

[indices]
default = "https://github.com/pesde-pkg/index"

[engines]
lune = "^0.8.9"
pesde = "^0.7.0-rc.1"

[dependencies]
result = { name = "lukadev_0/result", version = "^1.2.0" }
option = { name = "lukadev_0/option", version = "^1.2.0" }
toolchainlib = { name = "pesde/toolchainlib", version = "^0.1.12" }