mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-02 10:37:25 +00:00
dbb123d09c
* Uint & Hash types. * Fix author * Rename crate to primitives.
14 lines
336 B
TOML
14 lines
336 B
TOML
[package]
|
|
name = "polkadot-primitives"
|
|
version = "0.1.0"
|
|
authors = ["Parity Team <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
crunchy = "0.1.5"
|
|
uint = { git = "https://github.com/paritytech/primitives.git" }
|
|
fixed-hash = { git = "https://github.com/paritytech/primitives.git" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["uint/std", "fixed-hash/std"]
|