Zion Boggan
repos/Oversight/oversight-rust/oversight-policy/Cargo.toml
zionboggan.com ↗
17 lines · toml
History for this file →
1
[package]
2
name = "oversight-policy"
3
version.workspace = true
4
edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
7
description = "Policy enforcement for Oversight: not_after / not_before / max_opens / jurisdiction"
8
 
9
[dependencies]
10
oversight-manifest = { path = "../oversight-manifest" }
11
serde.workspace = true
12
serde_json.workspace = true
13
thiserror.workspace = true
14
fs2 = "0.4"
15
 
16
[dev-dependencies]
17
tempfile = "3"