File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cw-schema-derive"
3
3
version.workspace = true
4
+ authors = [" Aumetra Weisman <aumetra@cryptolab.net>" ]
4
5
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"
5
9
6
10
[lib ]
7
11
proc-macro = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cw-schema"
3
3
version.workspace = true
4
+ authors = [" Aumetra Weisman <aumetra@cryptolab.net>" ]
4
5
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"
5
9
6
10
[dependencies ]
7
11
cw-schema-derive = { version = " =3.0.0-rc.0" , path = " ../cw-schema-derive" }
You can’t perform that action at this time.
0 commit comments