mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-26 22:25:11 +08:00
fix: Exclude benchmarks from compilation
This commit is contained in:
1217
Cargo.lock
generated
1217
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -33,6 +33,7 @@ path = "src/clarity_cli_main.rs"
|
||||
name = "blockstack-cli"
|
||||
path = "src/blockstack_cli.rs"
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
[[bench]]
|
||||
name = "marf_bench"
|
||||
harness = false
|
||||
@@ -48,6 +49,11 @@ harness = false
|
||||
[[bench]]
|
||||
name = "c32_bench"
|
||||
harness = false
|
||||
=======
|
||||
[[bin]]
|
||||
name = "relay-server"
|
||||
path = "contrib/tools/relay-server/src/main.rs"
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
[dependencies]
|
||||
rand = "0.7.3"
|
||||
|
||||
Reference in New Issue
Block a user