From 1f9a29a6e9a0f536976084db4c4bd7c717401084 Mon Sep 17 00:00:00 2001 From: Ohad Kammar Date: Tue, 16 Jan 2024 11:18:03 +0000 Subject: initial commit --- pack.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pack.toml (limited to 'pack.toml') 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 -- cgit v1.2.3