forked from Carbonable/metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScarb.toml
25 lines (21 loc) · 801 Bytes
/
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
[package]
name = "metadata"
version = "0.1.0"
authors = ["Tarik Kaced <[email protected]>"]
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["metadata", "carbonable"]
homepage = "https://github.com/carbonable/metadata"
[[target.starknet-contract]]
sierra = true
name = "compiled"
[dependencies]
starknet = ">=2.2.0"
cairo_json = { git = "https://github.com/carbonable-labs/cairo-json.git", tag = "v0.1.0" }
alexandria_ascii = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.2.0" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag="v0.7.0" }
cairo_erc_3525 = { git = "https://github.com/carbonable-labs/cairo-erc-3525", tag = "2.0.10" }
[cairo]
sierra-replace-ids = true
[scripts]
all = "scarb build && scarb test"