# Note: specifying inheritance is still necessary until cargo-sbf > 1.64 during `anchor test` cargo-features = ["workspace-inheritance"] [package] name = "shadow-nft-common" description = "A crate introduced to break a circular dependency between `shadow-nft-standard` and `shadowy-super-minter`. Also contains some helper functions." version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anchor-lang.workspace = true solana-frozen-abi-macro = "=1.14"