forked from carbonable-labs/cairo-erc-7498
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.toml
25 lines (20 loc) · 811 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 = "cairo_erc_7498"
version = "0.1.0"
edition = "2023_11"
cairo-version = "2.6.3"
description = "NFT Redeemables Contracts written in Cairo for Starknet."
documentation = "https://github.com/carbonable-labs/cairo-erc-7498"
readme = "README.md"
repository = "https://github.com/carbonable-labs/cairo-erc-7498"
[dependencies]
starknet = "2.6.3"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.13.0" }
alexandria_storage = { git = "https://github.com/keep-starknet-strange/alexandria.git" }
#cairo_erc_7496 = { git = "https://github.com/carbonable-labs/cairo-erc-7496.git" }
[lib]
[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.24.0" }
[scripts]
test = "snforge test"
[[target.starknet-contract]]