plonky2/util/Cargo.toml
2023-07-31 16:31:22 -07:00

10 lines
240 B
TOML

[package]
name = "plonky2_util"
description = "Utilities used by Plonky2"
version = "0.1.1"
license = "MIT OR Apache-2.0"
edition = "2021"
[dev-dependencies]
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }