Files
Alexandru Vasile 550ec93733 Update cargo licenses
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2022-06-20 18:52:56 +03:00

22 lines
660 B
TOML

[package]
name = "subxt-examples"
version = "0.22.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = false
license = "MIT"
repository = "https://github.com/paritytech/subxt"
documentation = "https://docs.rs/subxt"
homepage = "https://www.parity.io/"
description = "Subxt example usage"
[dev-dependencies]
subxt = { path = "../subxt" }
tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] }
sp-keyring = "6.0.0"
futures = "0.3.13"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
hex = "0.4.3"
tracing-subscriber = "0.3.11"