rust/chg/src/lib.rs
changeset 39970 a8be2cff613f
parent 39967 aab43d5861bb
child 39971 b1d8acd82d60
--- a/rust/chg/src/lib.rs	Mon Sep 24 16:14:35 2018 +0900
+++ b/rust/chg/src/lib.rs	Mon Sep 24 16:22:03 2018 +0900
@@ -0,0 +1,8 @@
+// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
+//
+// 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 libc;
+
+pub mod procutil;