CLI crate.

This commit is contained in:
Tomasz Drwięga
2017-11-10 12:19:47 +01:00
parent 72dba98250
commit 5c57479348
7 changed files with 325 additions and 3 deletions
+4 -2
View File
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
extern crate polkadot_cli;
fn main() {
println!("Hello, world!");
}
polkadot_cli::main();
}