client: rename to node

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 5372596432
commit f5d3443928
5 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
mod client;
mod client_mgr;
mod node;
mod node_mgr;
pub mod config;
mod peer_mgr;
mod server;