mv common/ sdk/

This commit is contained in:
Michael Vines
2018-10-25 12:53:50 -07:00
committed by Grimes
parent 471d8f6ff9
commit 1733beabf7
11 changed files with 7 additions and 7 deletions

8
sdk/src/lib.rs Normal file
View File

@@ -0,0 +1,8 @@
pub mod account;
pub mod loader_instruction;
pub mod pubkey;
extern crate bincode;
extern crate bs58;
extern crate generic_array;
#[macro_use]
extern crate serde_derive;