mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-10 15:59:32 +00:00
18 lines
350 B
TOML
18 lines
350 B
TOML
[package]
|
|
name = "privacy_preserving_circuit_program"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
# Renaming binary to privacy_preserving_circuit for better looking.
|
|
[[bin]]
|
|
name = "privacy_preserving_circuit"
|
|
path = "src/main.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
lee_core.workspace = true
|
|
risc0-zkvm.workspace = true
|