[package] name = "LicenseStore" version = "0.1.0" description = "Created with Anchor" edition = "2021" license = "MIT" [lib] crate-type = ["cdylib", "lib"] name = "license_store" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.25.0" anchor-spl = {version = "0.25.0"}