28 lines
485 B
TOML
28 lines
485 B
TOML
[package]
|
|
name = "shine_payments"
|
|
version = "0.2.0"
|
|
description = "Shine Payments v2 (очереди выплат)"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
name = "shine_payments"
|
|
test = false
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
anchor-lang = "0.31.1"
|
|
common = { path = "../common" }
|
|
|
|
[features]
|
|
default = []
|
|
no-entrypoint = []
|
|
no-idl = []
|
|
no-log-ix-name = []
|
|
anchor-debug = []
|
|
custom-heap = []
|
|
custom-panic = []
|
|
cpi = []
|
|
idl-build = ["anchor-lang/idl-build"]
|