mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
11 lines
320 B
TOML
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 }
|