Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 1eb1eab

Browse files
juankohlerenitrat
authored andcommitted
feat: add alexandria_macros dependency
1 parent b0e990b commit 1eb1eab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Scarb.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ dependencies = [
88
"snforge_std",
99
]
1010

11+
[[package]]
12+
name = "alexandria_macros"
13+
version = "0.1.0"
14+
source = "git+https://github.com/keep-starknet-strange/alexandria.git#7c19379ab6cf0f8b48be3c5b118ffddd7e26a4d2"
15+
1116
[[package]]
1217
name = "contracts"
1318
version = "0.1.0"
@@ -69,6 +74,7 @@ name = "utils"
6974
version = "0.1.0"
7075
dependencies = [
7176
"alexandria_data_structures",
77+
"alexandria_macros",
7278
"evm",
7379
"snforge_std",
7480
]

crates/utils/Scarb.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ edition = "2023_10"
88
[dependencies]
99
evm = { path = "../evm" }
1010
alexandria_data_structures = { path = "../alexandria_data_structures" }
11+
alexandria_macros = { git = "https://github.com/keep-starknet-strange/alexandria.git" }
1112

1213
# For profiling
1314
[cairo]

0 commit comments

Comments
 (0)