mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
parity-substrate -> substrate
This commit is contained in:
@@ -6,14 +6,14 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
[dependencies]
|
||||
serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
substrate-codec = { git = "https://github.com/paritytech/parity-substrate", default_features = false }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate", default_features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", default_features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/parity-substrate", default_features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate", default_features = false }
|
||||
substrate-codec = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-codec-derive = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-serializer = { git = "https://github.com/paritytech/parity-substrate" }
|
||||
substrate-serializer = { git = "https://github.com/paritytech/substrate" }
|
||||
pretty_assertions = "0.4"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user