mtcs-garage/script/Cargo.toml

19 lines
392 B
TOML
Raw Permalink Normal View History

2024-04-15 16:48:42 +00:00
[workspace]
[package]
version = "0.1.0"
name = "mtcs-sp1-script"
edition = "2021"
[dependencies]
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git" }
mtcs-core = {path = "../core"}
rs_merkle = "1.4.2"
bincode = "1.3.3"
hex = "0.4.3"
serde_json = "1.0"
2024-04-18 20:36:30 +00:00
ed25519-consensus = "2.1.0"
2024-04-18 21:40:25 +00:00
rand = "0.8.5"
2024-04-15 16:48:42 +00:00
[build-dependencies]
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git" }