rust/chg/src/lib.rs
changeset 44671 bb936e25a84a
parent 39977 74da9d999cd7
child 44688 1f5ab1a9363d
--- a/rust/chg/src/lib.rs	Tue Mar 31 23:13:13 2020 +0900
+++ b/rust/chg/src/lib.rs	Sat Oct 06 20:10:44 2018 +0900
@@ -7,9 +7,12 @@
 #[macro_use]
 extern crate futures;
 extern crate libc;
+#[macro_use]
+extern crate log;
 extern crate tokio;
 extern crate tokio_hglib;
 extern crate tokio_process;
+extern crate tokio_timer;
 
 mod attachio;
 mod clientext;