From ebca3f57835a145cca80c9e379c106346669fa79 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 3 Apr 2026 06:14:40 +0200 Subject: [PATCH] chore: Publish to gitea registry --- .cargo/config.toml | 6 ++++++ Cargo.toml | 1 + 2 files changed, 7 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 35049cb..5c345f9 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,8 @@ [alias] xtask = "run --package xtask --" + +[registry] +default = "huizinga" + +[registries.huizinga] +index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/" diff --git a/Cargo.toml b/Cargo.toml index 59bc25f..5d4b92d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "crete" version = "0.1.0" edition = "2024" default-run = "crete" +publish = ["huizinga"] [workspace] members = ["xtask"]