forked from gizatechxyz/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScarb.toml
19 lines (17 loc) · 824 Bytes
/
Scarb.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "orion"
version = "0.1.9"
cairo-version = "2.4.0"
edition = "2023_10"
description = "ONNX Runtime in Cairo for verifiable ML inference using STARK"
homepage = "https://github.com/gizatechxyz/orion"
[dependencies]
alexandria_merkle_tree = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "01a7690" }
alexandria_data_structures = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "01a7690" }
alexandria_sorting = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "01a7690" }
# TODO: update to https://github.com/influenceth/cubit & change rev
cubit = { git = "https://github.com/akhercha/cubit.git", rev = "d3869a3" }
[scripts]
sierra = "cairo-compile . -r"
docgen = "cd docgen && cargo run"
nodegen = "python3 nodegen/node/__init__.py"