Zion Boggan
repos/Oversight/oversight-rust/oversight-container/Cargo.toml
zionboggan.com ↗
16 lines · toml
History for this file →
1
[package]
2
name = "oversight-container"
3
version.workspace = true
4
edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
7
description = "Binary .sealed container format for Oversight"
8
 
9
[dependencies]
10
oversight-crypto = { path = "../oversight-crypto" }
11
oversight-manifest = { path = "../oversight-manifest" }
12
oversight-policy = { path = "../oversight-policy" }
13
serde.workspace = true
14
serde_json.workspace = true
15
hex.workspace = true
16
thiserror.workspace = true