stake/programs/registry/Cargo.toml

20 lines
346 B
TOML

[package]
name = "registry"
version = "0.2.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "registry"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
[dependencies]
anchor-lang = "0.4.4"
anchor-spl = "0.4.4"
lockup = { path = "../lockup", features = ["cpi"] }
solana-program = "1.6.6"