Move project common code into include

This commit is contained in:
topjohnwu
2023-05-23 21:30:30 -07:00
parent 7087badf87
commit 8e8f01f8b5
10 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
pub use base;
use daemon::*;
use logging::*;
use std::ffi::CStr;
#[path = "../include/consts.rs"]
mod consts;
mod daemon;
mod logging;