feat: move code here (#11)

This commit is contained in:
Eduard S. 2025-01-31 16:20:57 +01:00 committed by GitHub
parent 5bb98e2645
commit ef3dd308e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 889 additions and 10 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "pod2"
version = "0.1.0"
edition = "2021"
[lib]
name = "pod2"
path = "src/lib.rs"
[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2" }
hex = "0.4.3"
itertools = "0.14.0"
strum = "0.26"
strum_macros = "0.26"