mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 16:45:41 +00:00
Add missing cargo metadata fields for new crates (#311)
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-cli"
|
name = "subxt-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
license = "GPL-3.0"
|
||||||
|
repository = "https://github.com/paritytech/subxt"
|
||||||
|
documentation = "https://docs.rs/subxt-cli"
|
||||||
|
homepage = "https://www.parity.io/"
|
||||||
|
description = "Command line utilities for working with subxt codegen"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "subxt"
|
name = "subxt"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|||||||
@@ -1,8 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-codegen"
|
name = "subxt-codegen"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
license = "GPL-3.0"
|
||||||
|
repository = "https://github.com/paritytech/subxt"
|
||||||
|
documentation = "https://docs.rs/subxt-codegen"
|
||||||
|
homepage = "https://www.parity.io/"
|
||||||
|
description = "Generate an API for interacting with a substrate node from FRAME metadata"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.49"
|
async-trait = "0.1.49"
|
||||||
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full", "bit-vec"] }
|
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full", "bit-vec"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user