.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]
|
[features]
|
||||||
default = ["image"]
|
default = ["image"]
|
||||||
|
bin = ["image"]
|
||||||
image = ["dep:image"]
|
image = ["dep:image"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue