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

21 lines
431 B
TOML
Raw Normal View History

2021-07-18 14:39:03 -07:00
[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 = { git = "https://github.com/project-serum/anchor" }
anchor-spl = { git = "https://github.com/project-serum/anchor" }
solana-program = "1.7.4"