plonky2/util/Cargo.toml

10 lines
240 B
TOML
Raw Normal View History

[package]
name = "plonky2_util"
2022-01-21 10:14:44 -08:00
description = "Utilities used by Plonky2"
version = "0.1.0"
2023-01-30 08:51:33 -08:00
license = "MIT OR Apache-2.0"
edition = "2021"
[dev-dependencies]
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }