Initial commit from template

This commit is contained in:
StackClass
2025-12-29 11:40:44 +00:00
commit fc3913834d
9 changed files with 146 additions and 0 deletions

12
programs/swap/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "swap"
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"