forked from confidential-containers/attestation-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (32 loc) · 818 Bytes
/
Cargo.toml
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
27
28
29
30
31
32
33
34
35
[workspace]
members = [
"as-types",
"attestation-service",
"bin/rvps",
"bin/grpc-as",
"bin/rvps-client",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
authors = ["The Confidential Container Authors"]
description = "Attestation Service"
documentation = "https://github.com/confidential-containers/attestation-service"
edition = "2021"
[workspace.dependencies]
anyhow = "1.0"
assert-json-diff = "2.0.2"
async-trait = "0.1.31"
clap = { version = "3.2.6", features = ["derive"] }
env_logger = "0.9.1"
log = "0.4.17"
prost = "0.11.0"
rstest = "0.17.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "*"
serial_test = "0.9.0"
sha2 = "0.10"
shadow-rs = "0.19.0"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "fs"] }
tonic = "0.8.1"
tonic-build = "0.8.0"