Update Cargo.toml with description/license/homepage

This commit is contained in:
Christian Kamm 2022-05-04 21:07:30 +02:00
parent a0ec63ad54
commit 55b5ea2390
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
[package]
name = "voter-stake-registry"
version = "0.2.4"
description = "Created with Anchor"
description = "a voter weight plugin for spl-governance"
license = "GPL-3.0-or-later"
homepage = "https://github.com/blockworks-foundation/voter-stake-registry"
edition = "2018"
[lib]