lssa/common/Cargo.toml

17 lines
372 B
TOML
Raw Normal View History

2025-02-05 12:24:09 +02:00
[package]
name = "common"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
serde_json.workspace = true
serde.workspace = true
reqwest.workspace = true
2025-02-14 10:58:54 +02:00
monotree.workspace = true
2025-04-02 12:43:14 +03:00
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.0" }
2025-02-05 12:24:09 +02:00
[dependencies.rpc_primitives]
2025-02-14 11:08:28 +02:00
path = "../rpc_primitives"