forked from unionlabs/union
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScarb.toml
More file actions
22 lines (19 loc) · 987 Bytes
/
Scarb.toml
File metadata and controls
22 lines (19 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
members = [
"cairo/ibc",
"cairo/zkgm",
"cairo/mock_client",
"cairo/cometbls_light_client",
"cairo/loopback_light_client",
"cairo/cometbls_verifier",
]
[workspace.dependencies]
alexandria_bytes = { git = "https://github.com/aeryz/alexandria", rev = "3f914820b8bf6cbb3b41397c6f4005a03fb2acbb" }
alexandria_encoding = { git = "https://github.com/aeryz/alexandria", rev = "3f914820b8bf6cbb3b41397c6f4005a03fb2acbb" }
alexandria_evm = { git = "https://github.com/aeryz/alexandria", rev = "3f914820b8bf6cbb3b41397c6f4005a03fb2acbb" }
alexandria_math = { git = "https://github.com/aeryz/alexandria", rev = "3f914820b8bf6cbb3b41397c6f4005a03fb2acbb" }
ibc = { path = "cairo/ibc" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v3.0.0-alpha.3" }
starknet = "2.13.1"
garaga = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v1.0.1" }
snforge_std = "0.53.0-rc.0"