[package] name = "nft_marketplace" version = "0.1.0" description = "Created with Anchor" edition = "2018" license = "Apache-2.0" [lib] crate-type = ["cdylib", "lib"] name = "nft_marketplace" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.20.1"