chore: Publish to gitea registry

This commit is contained in:
2026-04-03 06:14:40 +02:00
parent defac13d7b
commit ebca3f5783
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,2 +1,8 @@
[alias]
xtask = "run --package xtask --"
[registry]
default = "huizinga"
[registries.huizinga]
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"
+1
View File
@@ -3,6 +3,7 @@ name = "crete"
version = "0.1.0"
edition = "2024"
default-run = "crete"
publish = ["huizinga"]
[workspace]
members = ["xtask"]