Files
pezkuwi-subxt/substrate/primitives/Cargo.toml
T
Tomasz Drwięga dbb123d09c Uint & Hash types. (#10)
* Uint & Hash types.

* Fix author

* Rename crate to primitives.
2017-11-10 13:34:36 +01:00

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"]