diff --git a/rust/chg/Cargo.toml b/rust/chg/Cargo.toml --- a/rust/chg/Cargo.toml +++ b/rust/chg/Cargo.toml @@ -6,6 +6,9 @@ license = "GPL-2.0+" edition = "2018" +# TODO: enable auto discovery +autobins = false + [dependencies] bytes = "0.4" futures = "0.1" diff --git a/rust/chg/src/lib.rs b/rust/chg/src/lib.rs --- a/rust/chg/src/lib.rs +++ b/rust/chg/src/lib.rs @@ -3,13 +3,13 @@ // This software may be used and distributed according to the terms of the // GNU General Public License version 2 or any later version. -mod attachio; -mod clientext; -pub mod locator; +//mod attachio; +//mod clientext; +//pub mod locator; pub mod message; pub mod procutil; -mod runcommand; -mod uihandler; +//mod runcommand; +//mod uihandler; -pub use clientext::ChgClientExt; -pub use uihandler::{ChgUiHandler, SystemHandler}; +//pub use clientext::ChgClientExt; +//pub use uihandler::{ChgUiHandler, SystemHandler};