Skip to content

Commit 279f035

Browse files
committed
Add missing Cargo.toml fields
1 parent 6f0fcc8 commit 279f035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vm-derive/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "cosmwasm-vm-derive"
33
edition = "2021"
44
version.workspace = true
55
description = "Derive macros for cosmwasm-vm. For internal use only. No stability guarantees."
6+
repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/std"
7+
license = "Apache-2.0"
68

79
[lib]
810
proc-macro = true

0 commit comments

Comments
 (0)