mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 23:01:08 +00:00
point things to substrate git repo
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
substrate-codec = { path = "../../substrate/codec" }
|
||||
substrate-codec-derive = { path = "../../substrate/codec/derive" }
|
||||
substrate-primitives = { path = "../../substrate/primitives" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
|
||||
Reference in New Issue
Block a user