Initial commit from template

This commit is contained in:
StackClass
2025-09-06 06:42:28 +00:00
commit b67868f1ab
10 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "voting-program"
version = "0.1.0"
description = "Solana voting program"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
anchor-lang = { version = "0.29.0", features = ["init", "derive"] }
anchor-spl = "0.29.0"