mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 15:21:05 +00:00
chore: use workspace inheritance for package info (#832)
* chore: use workspace inheritance for package info * add rust-version field into workspace package * .workspace = true --------- Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
+7
-6
@@ -1,15 +1,16 @@
|
||||
[package]
|
||||
name = "subxt-macro"
|
||||
version = "0.27.1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
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/"
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
documentation.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "Generate types and helpers for interacting with Substrate runtimes."
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user