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

23 lines
528 B
TOML

[package]
name = "subxt-macro"
version = "0.22.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
autotests = false
license = "MIT"
repository = "https://github.com/paritytech/subxt"
documentation = "https://docs.rs/subxt"
homepage = "https://www.parity.io/"
description = "Generate types and helpers for interacting with Substrate runtimes."
[lib]
proc-macro = true
[dependencies]
darling = "0.14.0"
proc-macro-error = "1.0.4"
syn = "1.0.58"
subxt-codegen = { path = "../codegen", version = "0.22.0" }