mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 19:07:57 +00:00
2a4da618a0
* wip changelog * Bump versions and write changelog for 0.28 * typo and wee tweaks
25 lines
522 B
TOML
25 lines
522 B
TOML
[package]
|
|
name = "subxt-macro"
|
|
version = "0.28.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = true
|
|
autotests = false
|
|
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
description = "Generate types and helpers for interacting with Substrate runtimes."
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.14.4"
|
|
proc-macro-error = "1.0.4"
|
|
syn = "1.0.109"
|
|
|
|
subxt-codegen = { path = "../codegen", version = "0.28.0" }
|