mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 13:53:12 +00:00
15 lines
345 B
TOML
15 lines
345 B
TOML
[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
|
|
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }
|
|
|
|
[dependencies.rpc_primitives]
|
|
path = "../rpc_primitives" |