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" + ] +}