SHA256
Переписать shine_users и shine_login_guard на чистый Rust
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user