tidy up workspace

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-08-24 16:09:07 +02:00
parent 7844bbb604
commit 5d742d150d
14 changed files with 174 additions and 150 deletions
+8 -7
View File
@@ -1,10 +1,11 @@
[package]
name = "revive-benchmarks"
version = "0.1.0"
edition = "2021"
authors = [
"Cyrill Leutwiler <cyrill@parity.io>",
]
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
description = "revive compiler benchmarks"
[features]
default = ["bench-pvm-interpreter"]
@@ -16,8 +17,8 @@ bench-extensive = []
[dependencies]
hex = { workspace = true }
polkavm = { workspace = true }
revive-integration = { path = "../integration" }
revive-differential = { path = "../differential", optional = true }
revive-integration = { workspace = true }
revive-differential = { workspace = true, optional = true }
alloy-primitives = { workspace = true }
[dev-dependencies]