Add recipes

This commit is contained in:
Ribbon 2025-10-13 15:58:14 -03:00
parent 3ae4be2309
commit 3d593a7c6c
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ksdme/ut"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
#TODO determine how to configure this part of the deployment script: https://github.com/gmatht/easyp/blob/main/deploy.sh#L39
[source]
git = "https://github.com/gmatht/easyp-crate"
[build]
template = "custom"