feat: move code here (#11)
This commit is contained in:
parent
5bb98e2645
commit
ef3dd308e8
22 changed files with 889 additions and 10 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue