vendor dependencies using krata-vendor repository

This commit is contained in:
Alex Zenla
2024-03-31 15:53:10 -07:00
parent 6bf1d3f88c
commit e1f1f8579c
6 changed files with 3332 additions and 5 deletions

5
.cargo/config.toml Normal file
View File

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