git add halloy and tiny in chat

This commit is contained in:
auronandace 2025-06-24 21:07:25 +01:00
parent fc794e482d
commit 80251d5d5a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO xdg-home crate error (after cargo update)
[source]
git = "https://github.com/squidowl/halloy"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -0,0 +1,8 @@
#TODO compiled but not tested (after cargo update and a patch on ring)
[source]
git = "https://github.com/osa1/tiny"
[build]
template = "custom"
script = """
cookbook_cargo_packages tiny
"""