[package] name = "port-anchor-adaptor" description = "Adaptors to call into Port variable rate lending program." version = "0.3.4" edition = "2021" license = "Apache-2.0" homepage = "https://port.finance" repository = "https://github.com/port-finance/sundial" authors = ["Port Finance Team "] keywords = ["solana", "anchor", "defi", "port"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] port-variable-rate-lending-instructions = "0.2.9" port-staking-instructions = "0.2.0" anchor-lang = "0.23.0" solana-maths = "0.1.0" num-derive = "0.3.3" num-traits = "0.2.14" thiserror = "1.0.30"