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"]