We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c537f commit 5aa365aCopy full SHA for 5aa365a
jkconfig/src/lib.rs
@@ -6,7 +6,7 @@ mod log;
6
7
pub mod data;
8
// UI模块暂时注释掉,使用主程序中的 MenuView
9
-mod run;
+pub mod run;
10
pub mod ui;
11
12
// Web服务器模块(需要web feature)
ostool/src/lib.rs
@@ -11,3 +11,5 @@ pub mod utils;
extern crate log;
#[macro_use]
13
extern crate anyhow;
14
+
15
+pub use jkconfig::cursive;
0 commit comments