Optimize building speed (#442)

Make easytier-cli and easytier-core link to the easytier library to
avoid duplicate linking of mods.
This commit is contained in:
fanyang
2024-10-24 16:21:35 +08:00
committed by GitHub
parent efee3707da
commit b5c3726e67
8 changed files with 64 additions and 89 deletions

View File

@@ -6,4 +6,5 @@ pub mod common;
pub mod error;
pub mod peer_rpc;
#[cfg(test)]
pub mod tests;