changeset 39972 | b1d8acd82d60 |
parent 39971 | a8be2cff613f |
child 39973 | 7a0ffdd4af78 |
--- a/rust/chg/src/lib.rs Mon Sep 24 16:22:03 2018 +0900 +++ b/rust/chg/src/lib.rs Mon Sep 24 16:33:24 2018 +0900 @@ -3,6 +3,9 @@ // This software may be used and distributed according to the terms of the // GNU General Public License version 2 or any later version. +extern crate bytes; extern crate libc; +extern crate tokio_hglib; +pub mod message; pub mod procutil;