rust/chg/src/main.rs
changeset 44689 1f5ab1a9363d
parent 44684 065048e66f32
child 44694 5ac5c25ea97b
equal deleted inserted replaced
44688:1b8fd4af3318 44689:1f5ab1a9363d
     1 // Copyright 2018 Yuya Nishihara <yuya@tcha.org>
     1 // Copyright 2018 Yuya Nishihara <yuya@tcha.org>
     2 //
     2 //
     3 // This software may be used and distributed according to the terms of the
     3 // This software may be used and distributed according to the terms of the
     4 // GNU General Public License version 2 or any later version.
     4 // GNU General Public License version 2 or any later version.
     5 
       
     6 extern crate chg;
       
     7 extern crate futures;
       
     8 extern crate log;
       
     9 extern crate tokio;
       
    10 extern crate tokio_hglib;
       
    11 
     5 
    12 use chg::locator::{self, Locator};
     6 use chg::locator::{self, Locator};
    13 use chg::procutil;
     7 use chg::procutil;
    14 use chg::{ChgClientExt, ChgUiHandler};
     8 use chg::{ChgClientExt, ChgUiHandler};
    15 use futures::sync::oneshot;
     9 use futures::sync::oneshot;