Initial commit from template
This commit is contained in:
12
programs/voting-program/Cargo.toml
Normal file
12
programs/voting-program/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user