Initial commit

This commit is contained in:
stackclass
2025-09-07 10:49:28 +00:00
commit 1399b83d2a
17 changed files with 2181 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "voting-program"
version = "0.1.0"
description = "Solana voting program"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
anchor-lang = { version = "0.30.1", features = ["init-if-needed"] }