Diener workspacify

Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
alvicsam
2023-08-25 11:05:17 +02:00
parent 8ba894c0bc
commit f441a5fc93
422 changed files with 5044 additions and 4598 deletions
+10 -10
View File
@@ -23,21 +23,21 @@ paste = "1.0"
rand = { version = "0.8.5", optional = true }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
sp-io = { version = "23.0.0", default-features = false, path = "../io" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
sp-weights = { version = "20.0.0", default-features = false, path = "../weights" }
sp-application-crypto = { path = "../application-crypto", default-features = false}
sp-arithmetic = { path = "../arithmetic", default-features = false}
sp-core = { path = "../core", default-features = false}
sp-io = { path = "../io", default-features = false}
sp-std = { path = "../std", default-features = false}
sp-weights = { path = "../weights", default-features = false}
[dev-dependencies]
rand = "0.8.5"
serde_json = "1.0.85"
zstd = { version = "0.12.3", default-features = false }
sp-api = { version = "4.0.0-dev", path = "../api" }
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
sp-api = { path = "../api" }
sp-state-machine = { path = "../state-machine" }
sp-tracing = { path = "../tracing" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
[features]
runtime-benchmarks = []