mango-v4/programs/mango-v4/Cargo.toml

22 lines
342 B
TOML

[package]
name = "mango-v4"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "mango_v4"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.20.1"
anchor-spl = "0.20.1"
static_assertions = "1.1"