diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2024-01-16 11:18:03 +0000 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2024-01-16 11:18:03 +0000 |
commit | 1f9a29a6e9a0f536976084db4c4bd7c717401084 (patch) | |
tree | 5e2cd0002a54df0461f7892b9b423f72887586d9 /pack.toml |
initial commit
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 |