forked from carbonable-labs/carbon-protocol-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.toml
29 lines (24 loc) · 758 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
26
27
28
29
[package]
name = "carbon_v3"
version = "0.1.0"
authors = ["Tekkac <[email protected]>"]
description = "Carbonable - Carbon Protocol V3"
license = "Apache-2.0"
repository = "https://github.com/carbonable-labs/carbon-protocol-v3"
keywords = ["starknet", "carbon credits", "carbonable", "protocol"]
readme = "README.md"
documentation = "https://github.com/carbonable-labs/carbon-protocol-v3"
edition = "2024_07"
[dependencies]
starknet = ">=2.8.5"
alexandria_merkle_tree = "0.1.0"
openzeppelin = '0.19'
erc4906 = "0.3.0"
[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.33.0" }
assert_macros = "2.8.5"
[scripts]
test = "snforge test --max-n-steps 30000000"
[[target.starknet-contract]]
casm = false
[lib]