diff options
Diffstat (limited to 'pack.toml')
-rw-r--r-- | pack.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..85b0ad6 --- /dev/null +++ b/pack.toml @@ -0,0 +1,10 @@ +[custom.all.soas] +type = "local" +path = "." +ipkg = "soas.ipkg" +test = "test/test.ipkg" + +[custom.all.soas-test] +type = "local" +path = "test" +ipkg = "test.ipkg"
\ No newline at end of file |