mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
16 lines
287 B
TOML
16 lines
287 B
TOML
[package]
|
|
name = "tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
num-bigint = "0.4.6"
|
|
num-traits = "0.2.19"
|
|
rust-rapidsnark = { path = "../crates" }
|
|
rust-witness = "0.1.3"
|
|
|
|
[build-dependencies]
|
|
rust-rapidsnark = { path = "../crates" }
|
|
rust-witness = "0.1.3"
|