1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package = "sample-project" version = "0.1.0" lua = ">=5.1" [description] summary = "" maintainer = "mrcjkb" labels = [""] [dependencies] busted = "2.2.0-1" luassert = "1.9.0-1" # Add your dependencies here # `busted = ">=2.0"` [run] args = ["src/main.lua"] [build] type = "builtin"