13 lines
350 B
TOML
Executable File
13 lines
350 B
TOML
Executable File
[package]
|
|
name = "scuttle-methods"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Legacy method catalog (Zero, One, DoD 5220.22-M, Gutmann, RCMP OPS-II, HMG IS5, Schneier, BMB, Random)"
|
|
|
|
[dependencies]
|
|
scuttle-prng = { workspace = true }
|
|
thiserror.workspace = true
|
|
hex.workspace = true
|
|
log.workspace = true
|