case builder starting to work

This commit is contained in:
2024-08-30 21:40:14 -07:00
parent 7f47029efe
commit 987ab18b94
13 changed files with 340 additions and 65 deletions

10
pack.toml Normal file
View File

@@ -0,0 +1,10 @@
[custom.all.newt]
type = "local"
path = "."
ipkg = "newt.ipkg"
test = "test/test.ipkg"
[custom.all.newt-test]
type = "local"
path = "test"
ipkg = "test.ipkg"