[package] name = "rathe-storage-program" version = "1.0.0" authors = ["Max Koverdyaev "] edition = "2021" description = "Rathe Storage program for the Solana blockchain" license = "MIT" [features] no-entrypoint = [] [dependencies] borsh = "0.9.3" num-derive = "0.3.3" num-traits = "0.2.15" solana-program = "1.11.4" thiserror = "1.0.31" [lib] crate-type = ["cdylib", "lib"] [dev-dependencies] solana-program-test = "1.11.4" solana-sdk = "1.11.4"