forked from cartridge-gg/controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScarb.toml
16 lines (14 loc) · 851 Bytes
/
Scarb.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
members = ["packages/contracts/controller", "packages/contracts/resolver"]
[workspace.package]
edition = "2023_10"
version = "0.1.0"
[workspace.dependencies]
starknet = "2.7.0"
alexandria_math = { git = "https://github.com/piniom/quaireaux.git", rev = "b51ccc3" }
alexandria_encoding = { git = "https://github.com/piniom/quaireaux.git", rev = "b51ccc3" }
alexandria_merkle_tree = { git = "https://github.com/piniom/quaireaux.git", rev = "b51ccc3" }
alexandria_data_structures = { git = "https://github.com/piniom/quaireaux.git", rev = "b51ccc3" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.27.0" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", rev = "a13bae3" }
argent = { git = "https://github.com/cartridge-gg/argent-contracts-starknet.git", rev = "22a3b83" }