plonky2/insertion/Cargo.toml
Brandon H. Gomes 38e467f1c0
chore: fix serde-cbor and run cargo-sort
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
2022-11-03 11:41:12 -07:00

10 lines
197 B
TOML

[package]
name = "plonky2_insertion"
description = "Circuit implementation of list insertion"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.40"
plonky2 = { path = "../plonky2" }