//! A Curve-like program for the Solana blockchain.
// Export current solana-program types for downstream users who may also be
// building with a different solana-program version
pub use solana_program;
// The library uses this to verify the keys
declare_id!;