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

21 lines
346 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]
2021-08-23 17:40:05 -07:00
anchor-lang = "0.13.2"
anchor-spl = "0.13.2"
2021-08-03 13:30:57 -07:00
solana-program = "=1.7.8"