Publish to Shipyard.

This commit is contained in:
Lyle Mantooth 2023-05-19 21:58:03 -04:00
parent e9523f6e62
commit 0204351caf
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
2 changed files with 6 additions and 0 deletions

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[unstable]
registry-auth = true
[registries.menteeth]
index = "https://git.shipyard.rs/menteeth/crate-index.git"

View file

@ -2,6 +2,7 @@
name = "locat" name = "locat"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = ["menteeth"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html