-
Notifications
You must be signed in to change notification settings - Fork 37
/
Scarb.toml
executable file
·32 lines (26 loc) · 1.04 KB
/
Scarb.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
cairo-version = "=2.8.4"
name = "eternum"
version = "1.0.0"
[cairo]
sierra-replace-ids = true
[dependencies]
starknet = "2.8.4"
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.1" }
alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "e1b080577aaa6889116fc8be5dde72b2fd21e397" }
alexandria_data_structures = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "e1b080577aaa6889116fc8be5dde72b2fd21e397" }
arcade_trophy = { git = "https://github.com/cartridge-gg/arcade", tag = "v1.0.1" }
cubit = { git = "https://github.com/dojoengine/cubit", branch = "cairo_2.7" }
[dev-dependencies]
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.1" }
[[target.starknet-contract]]
casm = true
build-external-contracts = [
"dojo::world::world_contract::world",
"arcade_trophy::events::index::e_TrophyCreation",
"arcade_trophy::events::index::e_TrophyProgression",
]
[tool.fmt]
sort-module-level-items = true
max-line-length = 120
[profile.prod]