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

22 lines
486 B
TOML
Raw Normal View History

2021-10-05 13:40:01 -07:00
[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 = []
localnet = []
2021-10-05 13:40:01 -07:00
[dependencies]
2021-10-24 22:16:22 -07:00
anchor-lang = "0.18.0"
2021-11-27 00:21:58 -08:00
anchor-spl = { version = "0.18.0", features = ["governance"] }
2021-10-15 11:22:05 -07:00
spl-governance = { git = "https://github.com/solana-labs/solana-program-library", features = ["no-entrypoint"] }