SHiNE-server/shine-solana/shine/programs/shine_login_guard/Cargo.toml

27 lines
448 B
TOML

[package]
name = "shine_login_guard"
version = "0.1.0"
description = "Premium login classification program"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "shine_login_guard"
test = false
doctest = false
bench = false
[dependencies]
anchor-lang = "0.31.1"
[features]
default = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []
anchor-debug = []
custom-heap = []
custom-panic = []
cpi = []
idl-build = ["anchor-lang/idl-build"]