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
No known key found for this signature in database
GPG Key ID: 067B238899B51269
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"

View File

@ -4,7 +4,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"

1
.gitignore vendored
View File

@ -1,2 +1 @@
/target
Cargo.lock

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "vendor"]
path = vendor
url = https://github.com/edera-dev/krata-vendor.git

3323
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

1
vendor Submodule

@ -0,0 +1 @@
Subproject commit f244a4010d2ddf11e6dff6705c77a082f0647512