Migrate #4

Merged
phoenix merged 26 commits from migrate into v0.1.x 2026-06-06 17:47:45 -04:00
4 changed files with 4 additions and 0 deletions
Showing only changes of commit e874c1d619 - Show all commits
View File
+4
View File
@@ -1,3 +1,7 @@
pub mod config;
pub mod messaging;
pub mod version;
#[tokio::main]
async fn main() {
println!("sender");
View File
View File