Add deploy method to solana-wallet

This commit is contained in:
Tyera Eulberg
2018-10-22 22:21:33 -06:00
committed by Tyera Eulberg
parent ead7f4287a
commit 21eae981f9
3 changed files with 168 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ extern crate bytes;
extern crate chrono;
extern crate clap;
extern crate dirs;
extern crate elf;
extern crate generic_array;
#[cfg(test)]
#[cfg(any(feature = "chacha", feature = "cuda"))]