mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 14:07:58 +00:00
af00f68962
* chore: use workspace inheritance for package info * add rust-version field into workspace package * .workspace = true --------- Co-authored-by: James Wilson <james@jsdw.me>
24 lines
517 B
TOML
24 lines
517 B
TOML
[workspace]
|
|
members = [
|
|
"cli",
|
|
"codegen",
|
|
"examples",
|
|
"testing/test-runtime",
|
|
"testing/integration-tests",
|
|
"testing/ui-tests",
|
|
"macro",
|
|
"metadata",
|
|
"subxt"
|
|
]
|
|
exclude = ["testing/wasm-tests"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
rust-version = "1.64.0"
|
|
license = "Apache-2.0 OR GPL-3.0"
|
|
repository = "https://github.com/paritytech/subxt"
|
|
documentation = "https://docs.rs/subxt"
|
|
homepage = "https://www.parity.io/"
|