Initial commit from template

This commit is contained in:
StackClass
2025-12-31 03:33:51 +00:00
commit cc1551f878
16 changed files with 3094 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "swap-program"
version = "0.1.0"
description = "Solana swap program"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
anchor-lang = "0.30.1"
anchor-spl = "0.30.1"