Move token_program from src/ to programs/native/

This commit is contained in:
Michael Vines
2018-11-02 17:32:54 -07:00
committed by Grimes
parent f3b04894b9
commit 40e945b0c8
8 changed files with 630 additions and 532 deletions

View File

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