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.
20 lines
335 B
20 lines
335 B
[package] |
|
name = "powh-solana" |
|
version = "0.1.0" |
|
description = "PoWH3D implementation on Solana" |
|
edition = "2021" |
|
|
|
[lib] |
|
crate-type = ["cdylib", "lib"] |
|
name = "powh_solana" |
|
|
|
[features] |
|
no-entrypoint = [] |
|
no-idl = [] |
|
no-log-ix-name = [] |
|
cpi = ["no-entrypoint"] |
|
default = [] |
|
|
|
[dependencies] |
|
anchor-lang = "~0.31.1" |
|
anchor-spl = "~0.31.1" |