We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daaca1b commit 6db9d5fCopy full SHA for 6db9d5f
crates/revive-types/Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "ink_revive_types"
3
version.workspace = true
4
-authors.workspace = true
+authors = ["Use Ink <ink@use.ink>", "Parity Technologies <admin@parity.io>"]
5
edition.workspace = true
6
license.workspace = true
7
-description = "ink! revive primitives (placeholder)"
+description = "Primitives copied from Parity's Polkadot SDK module `pallet-revive`. Copied to reduce the build times of ink! contracts."
8
repository.workspace = true
9
homepage.workspace = true
10
keywords.workspace = true
0 commit comments