Show More
@@ -6,6 +6,9 description = "Client for Mercurial comm | |||
|
6 | 6 | license = "GPL-2.0+" |
|
7 | 7 | edition = "2018" |
|
8 | 8 | |
|
9 | # TODO: enable auto discovery | |
|
10 | autobins = false | |
|
11 | ||
|
9 | 12 | [dependencies] |
|
10 | 13 | bytes = "0.4" |
|
11 | 14 | futures = "0.1" |
@@ -3,13 +3,13 | |||
|
3 | 3 | // This software may be used and distributed according to the terms of the |
|
4 | 4 | // GNU General Public License version 2 or any later version. |
|
5 | 5 | |
|
6 | mod attachio; | |
|
7 | mod clientext; | |
|
8 | pub mod locator; | |
|
6 | //mod attachio; | |
|
7 | //mod clientext; | |
|
8 | //pub mod locator; | |
|
9 | 9 | pub mod message; |
|
10 | 10 | pub mod procutil; |
|
11 | mod runcommand; | |
|
12 | mod uihandler; | |
|
11 | //mod runcommand; | |
|
12 | //mod uihandler; | |
|
13 | 13 | |
|
14 | pub use clientext::ChgClientExt; | |
|
15 | pub use uihandler::{ChgUiHandler, SystemHandler}; | |
|
14 | //pub use clientext::ChgClientExt; | |
|
15 | //pub use uihandler::{ChgUiHandler, SystemHandler}; |
General Comments 0
You need to be logged in to leave comments.
Login now