chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
This commit is contained in:
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi runtime api primitives"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-api"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Macros for declaring and implementing runtime apis."
|
||||
documentation = "https://docs.rs/pezsp-api-proc-macro"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ publish = false
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pezkuwi SDK primitive: api test"
|
||||
documentation = "https://docs.rs/pezsp-api-test"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Provides facilities for generating application specific crypto wr
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-application-crypto"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
publish = false
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-application-crypto-test"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Minimal fixed point arithmetic primitives and types for runtime."
|
||||
documentation = "https://docs.rs/pezsp-arithmetic"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Fuzzer for fixed point arithmetic primitives."
|
||||
documentation = "https://docs.rs/pezsp-arithmetic-fuzzer"
|
||||
documentation.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-authority-discovery"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "The block builder runtime api."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-block-builder"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi blockchain traits and primitives."
|
||||
documentation = "https://docs.rs/pezsp-blockchain"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-aura"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-babe"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Primitives for BEEFY protocol."
|
||||
documentation = "https://docs.rs/pezsp-consensus-beefy"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Common utilities for building and using consensus engines in bizinikiwi."
|
||||
documentation = "https://docs.rs/pezsp-consensus/"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Primitives for GRANDPA integration, suitable for WASM compilation."
|
||||
documentation = "https://docs.rs/pezsp-consensus-grandpa"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-pow"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository = "https://github.com/pezkuwichain/pezkuwi-sdk/"
|
||||
documentation = "https://docs.rs/pezsp-consensus-sassafras"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-consensus-slots"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Shareable Bizinikiwi types."
|
||||
documentation = "https://docs.rs/pezsp-core"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "0.0.0"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
description = "Pezkuwi SDK primitive: core fuzz"
|
||||
documentation = "https://docs.rs/pezsp-core-fuzz"
|
||||
documentation.workspace = true
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-crypto-ec-utils"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Hashing primitives."
|
||||
documentation = "https://docs.rs/pezsp-crypto-hashing"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Procedural macros for calculating static hashes."
|
||||
documentation = "https://docs.rs/pezsp-crypto-hashing-proc-macro"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi database trait."
|
||||
documentation = "https://docs.rs/pezsp-database"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Macros to derive runtime debug implementation."
|
||||
documentation = "https://docs.rs/pezsp-debug-derive"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi externalities abstraction"
|
||||
documentation = "https://docs.rs/pezsp-externalities"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi RuntimeGenesisConfig builder API"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-genesis-builder"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Provides types and traits for creating and checking inherents."
|
||||
documentation = "https://docs.rs/pezsp-inherents"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "I/O for Bizinikiwi runtimes"
|
||||
documentation = "https://docs.rs/pezsp-io"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Keyring support code for the runtime. A set of test accounts."
|
||||
documentation = "https://docs.rs/pezsp-keyring"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Keystore primitives."
|
||||
documentation = "https://docs.rs/pezsp-core"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Handling of blobs, usually Wasm code, which may be compressed"
|
||||
documentation = "https://docs.rs/pezsp-maybe-compressed-blob"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Merkle Mountain Range primitives."
|
||||
documentation = "https://docs.rs/pezsp-mmr-primitives"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Intermediate representation of the runtime metadata."
|
||||
documentation = "https://docs.rs/pezsp-metadata-ir"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -11,7 +11,7 @@ edition.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-mixnet"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "NPoS election algorithm primitives"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-npos-elections"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Fuzzer for phragmén implementation."
|
||||
documentation = "https://docs.rs/pezsp-npos-elections-fuzzer"
|
||||
documentation.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ edition.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-offchain"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Custom panic hook with bug report link"
|
||||
documentation = "https://docs.rs/pezsp-panic-handler"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Interfaces for Ethereum standards"
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pez-ethereum-standards"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi RPC primitives and utilities."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-rpc"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi runtime interface"
|
||||
documentation = "https://docs.rs/pezsp-runtime-interface/"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "This crate provides procedural macros for usage within the context of the Bizinikiwi runtime interface."
|
||||
documentation = "https://docs.rs/pezsp-runtime-interface-proc-macro"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -9,7 +9,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
description = "Pezkuwi SDK primitive: runtime interface test wasm deprecated"
|
||||
documentation = "https://docs.rs/pezsp-runtime-interface-test-wasm-deprecated"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -9,7 +9,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
description = "Pezkuwi SDK primitive: runtime interface test wasm"
|
||||
documentation = "https://docs.rs/pezsp-runtime-interface-test-wasm"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ publish = false
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Pezkuwi SDK primitive: runtime interface test"
|
||||
documentation = "https://docs.rs/pezsp-runtime-interface-test"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Runtime Modules shared primitive types."
|
||||
documentation = "https://docs.rs/pezsp-runtime"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Primitives for sessions"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-session"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "A crate which contains primitives that are useful for implementation that uses staking approaches in general. Definitions related to sessions, slashing, etc go here."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-staking"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-state-machine"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -5,7 +5,7 @@ publish = false
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
description = "Pezkuwi SDK primitive: state machine fuzz"
|
||||
documentation = "https://docs.rs/pezsp-state-machine-fuzz"
|
||||
documentation.workspace = true
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "A crate which contains primitives related to the statement store"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-statement-store"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Lowest-abstraction level for the Bizinikiwi runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime."
|
||||
documentation = "https://docs.rs/pezsp-std"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Storage related primitives"
|
||||
license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-storage/"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
description = "Pezkuwi SDK primitive: test primitives"
|
||||
documentation = "https://docs.rs/pezsp-test-primitives"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Bizinikiwi core types and inherents for timestamps."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-timestamp"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Instrumentation primitives and macros for Bizinikiwi."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-tracing"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Transaction pool runtime facing API."
|
||||
documentation = "https://docs.rs/pezsp-transaction-pool"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-transaction-storage-proof"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ repository.workspace = true
|
||||
license = "Apache-2.0"
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
documentation = "https://docs.rs/pezsp-trie"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Version module for the Bizinikiwi runtime; Provides a function that returns the runtime version."
|
||||
documentation = "https://docs.rs/pezsp-version"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Macro for defining a runtime version."
|
||||
documentation = "https://docs.rs/pezsp-api-proc-macro"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Types and traits for interfacing between the host and the wasm runtime."
|
||||
documentation = "https://docs.rs/pezsp-wasm-interface"
|
||||
documentation.workspace = true
|
||||
readme = "README.md"
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Types and traits for interfacing between the host and the wasm runtime."
|
||||
documentation = "https://docs.rs/pezsp-wasm-interface"
|
||||
documentation.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user