permissioned-markets-quicks.../programs/permissioned-markets/Cargo.toml

21 lines
346 B
TOML

[package]
name = "permissioned-markets"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "permissioned_markets"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.13.2"
anchor-spl = "0.13.2"
solana-program = "=1.7.8"