running clippy fix separating homepage to a file adding summary of network security removing the rewrite structure removing catch unwind adding sealing to persistence redirectng to the upstream fixing some startup endgecases Co-authored-by: Jakub Doka <jakub.doka2@gmail.com> Reviewed-on: SGX/hacker-challenge-sgx#2
10 lines
125 B
TOML
10 lines
125 B
TOML
[package]
|
|
name = "mint_sol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
solana-client = "2.0.7"
|
|
solana-sdk = "2.0.7"
|