Переписать shine_users и shine_login_guard на чистый Rust

This commit is contained in:
AidarKC
2026-06-04 23:05:45 +04:00
parent 60049442f1
commit 832eea5889
17 changed files with 1355 additions and 1621 deletions
@@ -12,18 +12,10 @@ doctest = false
bench = false
[dependencies]
anchor-lang = "0.31.1"
common = { path = "../common" }
shine_login_guard = { path = "../shine_login_guard", features = ["cpi", "no-entrypoint"] }
solana-program = "2.1.21"
[features]
default = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []
anchor-debug = []
custom-heap = []
custom-panic = []
cpi = []
idl-build = ["anchor-lang/idl-build"]