Skip to content

Commit

Permalink
feat: add vendored-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
illiteratewriter committed Sep 30, 2024
1 parent 3539dc1 commit 5ecee02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/vendor

0 comments on commit 5ecee02

Please sign in to comment.