superstate-allowlist-interface 0.1.0

Superstate Allowlist Interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "superstate-allowlist-interface"
version = "0.1.0"
edition = "2021"
description = "Superstate Allowlist Interface"
license = "MIT"

[lib]
crate-type = ["cdylib", "lib"]

[dependencies]
borsh = { workspace = true, features = ["derive"] }
solana-instruction = { workspace = true, features = ["std"] }
solana-program = { workspace = true }
solana-program-error = { workspace = true, features = ["borsh"] }
solana-pubkey = { workspace = true, features = ["curve25519"] }