lux.toml

 1# SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2#
 3# SPDX-License-Identifier: CC0-1.0
 4
 5package = "wt"
 6version = "0.1.0"
 7lua = "==5.4"
 8
 9[description]
10summary = ""
11maintainer = "Amolith <amolith@secluded.site>"
12labels = [ "" ]
13license = "GPL-3.0-only"
14
15[dependencies]
16# Add your dependencies here
17# `busted = ">=2.0"`
18
19[run]
20args = [ "src/main.lua" ]
21
22[build]
23type = "builtin"