From efba255add3de94fae36cd240d96f10d9250c41e Mon Sep 17 00:00:00 2001 From: sundance Date: Thu, 2 Feb 2023 20:41:10 +0200 Subject: [PATCH] base package config --- tinkr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tinkr.json diff --git a/tinkr.json b/tinkr.json new file mode 100644 index 0000000..5859ec8 --- /dev/null +++ b/tinkr.json @@ -0,0 +1,10 @@ +{ + "name": "Bastion", + "package": "bastion", + "version": "0.1.0", + "description": "Bastion routine engine.", + "author": "4n0n", + "load": [ + "bastion/src/bastion.lua" + ] +}