From dbcefef43cd390028958115a38c14240b5e05aff 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 | 3 +++ Cargo.toml | 1 + 2 files changed, 4 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 35049cb..cf3ecbb 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [alias] xtask = "run --package xtask --" + +[registries.infra] +index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/" diff --git a/Cargo.toml b/Cargo.toml index 59bc25f..a57354f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "crete" version = "0.1.0" edition = "2024" default-run = "crete" +publish = ["infra"] [workspace] members = ["xtask"]