.cargo/config.toml: add registry configuration :)

pull/35/head
Ryan Heywood 2024-03-24 22:52:27 -04:00
parent 752138bd35
commit 0c768690db
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 3 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries.distrust]
index = "https://git.distrust.co/public/_cargo-index.git"

View File

@ -9,6 +9,7 @@ license = "MIT"
[features]
default = ["image"]
bin = ["image"]
image = ["dep:image"]
[dependencies]