parity-zcash/tools/workspace.diff

12 lines
225 B
Diff
Raw Normal View History

2016-11-08 08:01:15 -08:00
diff --git Cargo.toml Cargo.toml
index fca51d5..6a16dd6 100644
--- Cargo.toml
+++ Cargo.toml
2017-04-05 02:45:51 -07:00
@@ -24,3 +24,6 @@ import = { path = "import" }
2016-11-08 08:01:15 -08:00
[[bin]]
path = "pbtc/main.rs"
name = "pbtc"
+
+[workspace]
2017-04-05 02:45:51 -07:00
+members = ["bencher"]