chore: Publish to gitea registry

This commit is contained in:
2026-04-03 06:14:40 +02:00
parent 1273da946a
commit df87e9a19d
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,2 +1,8 @@
[alias] [alias]
xtask = "run --package xtask --" 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" version = "0.1.0"
edition = "2024" edition = "2024"
default-run = "crete" default-run = "crete"
publish = ["huizinga"]
[workspace] [workspace]
members = ["xtask"] members = ["xtask"]