Publish to Shipyard.
This commit is contained in:
parent
e9523f6e62
commit
0204351caf
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[unstable]
|
||||
registry-auth = true
|
||||
|
||||
[registries.menteeth]
|
||||
index = "https://git.shipyard.rs/menteeth/crate-index.git"
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue