chore: add config to enable pipeline

This commit is contained in:
0xalivecow 2024-10-23 16:28:57 +02:00
parent 3f900a30dd
commit a0d0af025f
No known key found for this signature in database

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"