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