[package] name = "port-finance-staking" version = "0.2.1" edition = "2018" description = "Port Finance Staking Porgram" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arrayref = "0.3.6" bytemuck = "1.5.1" num-derive = "0.3" num-traits = "0.2" solana-program = "1.6.7" thiserror = "1.0" uint = "0.8" spl-token = "3.1.0" [lib] crate-type = ["cdylib", "lib"]