mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-29 16:07:25 +00:00
dbb123d09c
* Uint & Hash types. * Fix author * Rename crate to primitives.
11 lines
197 B
TOML
11 lines
197 B
TOML
[package]
|
|
name = "polkadot"
|
|
version = "0.1.0"
|
|
authors = ["Parity Team <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
polkadot-cli = { path = "cli" }
|
|
polkadot-primitives = { path = "primitives" }
|
|
|
|
[workspace]
|