forked from boundless-xyz/boundless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 869 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (24 loc) · 869 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
[package]
name = "boundless-assessor"
description = "Assessor guest APIs, part of the Boundless Market"
resolver = "2"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = "Apache-2.0"
[dependencies]
alloy-primitives = { workspace = true, features = ["k256"] }
alloy-sol-types = { workspace = true, features = ["eip712-serde"] }
boundless-market = { workspace = true }
postcard = { workspace = true, features = ["alloc"] }
risc0-zkvm = { workspace = true, features = ["unstable"] }
serde = { workspace = true }
thiserror = { workspace = true }
[dev-dependencies]
alloy = { workspace = true }
guest-assessor = { workspace = true }
guest-util = { workspace = true }
risc0-zkvm = { workspace = true, features = ["client"] }
test-log = { workspace = true }
tokio = { workspace = true }