.cargo/config.toml: add registry configuration :)
This commit is contained in:
parent
752138bd35
commit
0c768690db
|
@ -0,0 +1,2 @@
|
|||
[registries.distrust]
|
||||
index = "https://git.distrust.co/public/_cargo-index.git"
|
|
@ -9,6 +9,7 @@ license = "MIT"
|
|||
|
||||
[features]
|
||||
default = ["image"]
|
||||
bin = ["image"]
|
||||
image = ["dep:image"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue