shorter names

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-20 13:10:07 +01:00
parent cf83a8e34b
commit d6c2535853
7 changed files with 21 additions and 19 deletions
+5 -3
View File
@@ -13,7 +13,9 @@ repository = "https://github.com/paritytech/revive-differential-testing.git"
rust-version = "1.85.0"
[workspace.dependencies]
revive-differential-testing-format = { version = "0.1.0", path = "crates/format" }
revive-dt-core = { version = "0.1.0", path = "crates/core" }
revive-dt-format = { version = "0.1.0", path = "crates/format" }
revive-dt-node-interaction = { version = "0.1.0", path = "crates/node-interaction" }
anyhow = "1.0"
alloy = { version = "0.12.6", default-features = false, features = [ "providers", "rpc-types", "json-abi", "hyper", "std" ] }
@@ -23,8 +25,8 @@ hex = "0.4.3"
log = "0.4.26"
once_cell = "1.21"
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["arbitrary_precision"] }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
# revive compiler