You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
469 B
22 lines
469 B
|
3 months ago
|
[package]
|
||
|
|
name = "lottery-simple"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "A PoWH (Proof of Weak Hands) token with bonding curve"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
crate-type = ["cdylib", "lib"]
|
||
|
|
name = "lottery_simple"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
no-entrypoint = []
|
||
|
|
no-idl = []
|
||
|
|
no-log-ix-name = []
|
||
|
|
cpi = ["no-entrypoint"]
|
||
|
|
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
|
||
|
|
default = []
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anchor-lang = { version = "0.31.0", features = ["init-if-needed"] }
|
||
|
|
anchor-spl = "0.31.0"
|