Skip to content

Commit 3c2081e

Browse files
committed
add vendor config
1 parent a13096b commit 3c2081e

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.cargo/config.toml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[source.crates-io]
2+
replace-with = "vendored-sources"
3+
4+
[source."git+https://github.com/cartridge-gg/cainome?rev=7d60de1"]
5+
git = "https://github.com/cartridge-gg/cainome"
6+
rev = "7d60de1"
7+
replace-with = "vendored-sources"
8+
9+
[source."git+https://github.com/dojoengine/bonsai-trie/?rev=351d5be"]
10+
git = "https://github.com/dojoengine/bonsai-trie/"
11+
rev = "351d5be"
12+
replace-with = "vendored-sources"
13+
14+
[source."git+https://github.com/dojoengine/sequencer?rev=d2591bb"]
15+
git = "https://github.com/dojoengine/sequencer"
16+
rev = "d2591bb"
17+
replace-with = "vendored-sources"
18+
19+
[source."git+https://github.com/dojoengine/stark-vrf.git?rev=96d6d2a"]
20+
git = "https://github.com/dojoengine/stark-vrf.git"
21+
rev = "96d6d2a"
22+
replace-with = "vendored-sources"
23+
24+
[source."git+https://github.com/kariy/piltover.git?branch=feat/rpc0.9"]
25+
git = "https://github.com/kariy/piltover.git"
26+
branch = "feat/rpc0.9"
27+
replace-with = "vendored-sources"
28+
29+
[source."git+https://github.com/kariy/types-rs?rev=0f6ae31"]
30+
git = "https://github.com/kariy/types-rs"
31+
rev = "0f6ae31"
32+
replace-with = "vendored-sources"
33+
34+
[source."git+https://github.com/paradigmxyz/reth.git?rev=b34b0d3"]
35+
git = "https://github.com/paradigmxyz/reth.git"
36+
rev = "b34b0d3"
37+
replace-with = "vendored-sources"
38+
39+
[source.vendored-sources]
40+
directory = "vendor"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ crates/contracts/build/
3939
!crates/contracts/build/legacy/
4040

4141
**/.claude/settings.local.json
42+
43+
vendor

0 commit comments

Comments
 (0)