Skip to content

Commit

Permalink
Call Lucid from the main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Jul 28, 2019
1 parent eac6e6e commit a7dc007
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Description: High performance and distributed KV ledger.
* Author: by Clint.Network
* Date: 28/07/2019
*/

#[macro_use] extern crate nickel;

mod lucid;
use lucid::Lucid;

fn main()
{
}
Lucid::init()
.banner()
.commandline();
}

0 comments on commit a7dc007

Please sign in to comment.