16 lines
308 B
TOML
16 lines
308 B
TOML
name = "moana/moana"
|
|
version = "0.1.0"
|
|
description = "network"
|
|
authors = ["me"]
|
|
repository = "https://codeberg.org/moana"
|
|
license = "MIT"
|
|
|
|
[target]
|
|
environment = "luau"
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|
|
|
|
[dependencies]
|
|
asciitable = { name = "kimpure/asciitable", version = "^0.2.1" }
|