Skip to content

Commit 6db9d5f

Browse files
committed
docs: description and version in ink_revive_types
1 parent daaca1b commit 6db9d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/revive-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "ink_revive_types"
33
version.workspace = true
4-
authors.workspace = true
4+
authors = ["Use Ink <ink@use.ink>", "Parity Technologies <admin@parity.io>"]
55
edition.workspace = true
66
license.workspace = true
7-
description = "ink! revive primitives (placeholder)"
7+
description = "Primitives copied from Parity's Polkadot SDK module `pallet-revive`. Copied to reduce the build times of ink! contracts."
88
repository.workspace = true
99
homepage.workspace = true
1010
keywords.workspace = true

0 commit comments

Comments
 (0)