diff --git a/kimpure/asciitable b/kimpure/asciitable index 01bfcaa..e7b255c 100644 --- a/kimpure/asciitable +++ b/kimpure/asciitable @@ -63,3 +63,17 @@ repository = "https://github.com/kimpure/asciitable-luau" ["0.1.5 luau".target] environment = "luau" lib = "src/init.luau" + +["0.1.6 luau"] +published_at = "2025-01-09T10:41:41.066166050Z" +description = "using luau console table && tree" +license = "MIT" +authors = ["kimpure (sunwoo)"] +repository = "https://github.com/kimpure/asciitable-luau" + +["0.1.6 luau".target] +environment = "luau" +lib = "src/init.luau" + +["0.1.6 luau".dependencies] +greentea = [{ name = "corecii/greentea", version = "^0.4.11", index = "https://github.com/pesde-pkg/index", target = "lune" }, "standard"]