diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..bf6cb68 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,5 @@ +[unstable] +registry-auth = true + +[registries.menteeth] +index = "https://git.shipyard.rs/menteeth/crate-index.git" diff --git a/Cargo.toml b/Cargo.toml index 0382191..be13afd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "locat" version = "0.1.0" edition = "2021" +publish = ["menteeth"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html