Zion Boggan
repos/Oversight/oversight-rust/oversight-watermark/Cargo.toml
zionboggan.com ↗
10 lines · toml
History for this file →
1
[package]
2
name = "oversight-watermark"
3
version.workspace = true
4
edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
7
description = "Per-recipient text watermarking for Oversight (L1 zero-width, L2 whitespace)"
8
 
9
[dependencies]
10
rand_core = { workspace = true, features = ["getrandom"] }