Files
pezkuwi-subxt/substrate/ed25519/Cargo.toml
T
2018-02-06 12:26:04 +01:00

11 lines
320 B
TOML

[package]
name = "ed25519"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ring = "0.12"
untrusted = "0.5"
polkadot-primitives = { version = "0.1", path = "../primitives" }
rustc-hex = { git = "https://github.com/rphmeier/rustc-hex.git", version = "2.0", default_features = false }