voter-stake-registry/programs/governance-registry/Cargo.toml

20 lines
318 B
TOML

[package]
name = "governance-registry"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "governance_registry"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.16.1"
anchor-spl = "0.16.1"