10 lines
158 B
TOML
10 lines
158 B
TOML
[custom.all.newt]
|
|
type = "local"
|
|
path = "."
|
|
ipkg = "newt.ipkg"
|
|
test = "test/test.ipkg"
|
|
|
|
[custom.all.newt-test]
|
|
type = "local"
|
|
path = "test"
|
|
ipkg = "test.ipkg" |