stake/programs/lockup/Cargo.toml

18 lines
265 B
TOML

[package]
name = "lockup"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "lockup"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
[dependencies]
anchor-lang = "0.2.1"
anchor-spl = "0.2.1"