Skip to content

Commit 649d786

Browse files
committed
Add info to cw-schema Cargo.toml
1 parent 7b0666a commit 649d786

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/cw-schema-derive/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "cw-schema-derive"
33
version.workspace = true
4+
authors = ["Aumetra Weisman <aumetra@cryptolab.net>"]
45
edition = "2021"
6+
description = "Derive macros for cw-schema"
7+
repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/cw-schema-derive"
8+
license = "Apache-2.0"
59

610
[lib]
711
proc-macro = true

packages/cw-schema/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "cw-schema"
33
version.workspace = true
4+
authors = ["Aumetra Weisman <aumetra@cryptolab.net>"]
45
edition = "2021"
6+
description = "A dependency for CosmWasm contracts to generate schema files for their messages."
7+
repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/cw-schema"
8+
license = "Apache-2.0"
59

610
[dependencies]
711
cw-schema-derive = { version = "=3.0.0-rc.0", path = "../cw-schema-derive" }

0 commit comments

Comments
 (0)