Skip to content

Commit 79a4efe

Browse files
committed
Push toml
1 parent 6d4636e commit 79a4efe

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

aggregation_mode/Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,17 @@ prove = []
4343
gpu = ["risc0-zkvm/cuda"]
4444

4545
[[bin]]
46-
name = "proof_aggregator"
46+
name = "proof_aggregator_cpu"
47+
path = "./src/main.rs"
48+
required-features = ["prove"]
49+
50+
[[bin]]
51+
name = "proof_aggregator_gpu"
52+
path = "./src/main.rs"
53+
required-features = ["prove", "gpu"]
54+
55+
[[bin]]
56+
name = "proof_aggregator_dev"
4757
path = "./src/main.rs"
4858

4959
[[bin]]

0 commit comments

Comments
 (0)