Add solana-program-sdk boilerplate

This commit is contained in:
Michael Vines
2020-10-19 13:17:46 -07:00
parent ccc5958847
commit 3718771ffb
3 changed files with 19 additions and 0 deletions

2
sdk/program/src/lib.rs Normal file
View File

@ -0,0 +1,2 @@
#[macro_use]
extern crate serde_derive;