[package] name = "tinydancer-program-library" version = "0.1.0" description = "Created with Anchor" edition = "2021" license-file ="../../../../LICENSE" [lib] crate-type = ["cdylib", "lib"] name = "tinydancer_program_library" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.26.0" # solana-sdk = "=1.14.13" # ed25519-dalek="=1.0.1" blake3 = "=1.3.1"