diener workspacify

This commit is contained in:
Serban Iorga
2024-04-05 10:09:13 +03:00
committed by Bastian Köcher
parent 6be8898211
commit 4ad46c8170
38 changed files with 988 additions and 412 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Based Dependencies
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false }
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false }
sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false }
frame-support = { path = "../../../substrate/frame/support", default-features = false }
sp-api = { path = "../../../substrate/primitives/api", default-features = false }
sp-std = { path = "../../../substrate/primitives/std", default-features = false }
[features]
default = ["std"]