-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (24 loc) 路 858 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (24 loc) 路 858 Bytes
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
[package]
name = "scarb-burn"
version = "2.10.0"
edition = "2021"
publish = false
authors = ["Michael Zaikin <michael.zaikin@starkware.co>"]
[dependencies]
anyhow = "1"
thiserror = "2"
camino = "1"
clap = { version = "4", features = ["derive", "env", "string"] }
num-bigint = "0.4"
serde = "1"
serde_json = "1"
inferno = "0.12.1"
webbrowser = "0.8"
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo", tag = "v2.14.0" }
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo", tag = "v2.14.0" }
cairo-lang-sierra-gas = { git = "https://github.com/starkware-libs/cairo", tag = "v2.14.0" }
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo", tag = "v2.14.0" }
scarb-metadata = "1.15.1"
scarb-ui = "0.1.7"
pprof = { version = "0.12", features = ["protobuf-codec"], default-features = false }
flate2 = "1.0"