Files
pezkuwi-subxt/macro/Cargo.toml
T
James Wilson 7b0e06cf8a Release v0.27.0 (#824)
* Bump substrate deps

* Bump to 0.27.0

* update changelog

* Clone and Debug on TxPayload types

* move item to Changed

* remove chore entirely
2023-02-13 16:13:17 +00:00

24 lines
561 B
TOML

[package]
name = "subxt-macro"
version = "0.27.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = true
autotests = false
license = "Apache-2.0 OR GPL-3.0"
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.3"
proc-macro-error = "1.0.4"
syn = "1.0.58"
subxt-codegen = { path = "../codegen", version = "0.27.0" }