rachel-rose пре 5 година
родитељ
комит
4368c4837f
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/lib.rs

+ 2 - 0
src/lib.rs

@@ -1,3 +1,4 @@
+#[macro_use] extern crate clap;
 use bellman::groth16;
 use bls12_381::{Bls12, Scalar};
 use std::collections::{HashMap, HashSet};
@@ -11,6 +12,7 @@ pub mod error;
 pub mod gfx;
 pub mod gui;
 pub mod net;
+pub mod rpc;
 pub mod serial;
 pub mod service;
 pub mod system;