[Add] basic App connection

This commit is contained in:
Alex Emmet 2026-04-12 18:56:39 +02:00
commit 7209e7ff57
6 changed files with 425 additions and 32 deletions

View file

@ -1,3 +1,4 @@
pub mod app_connection;
pub mod client_connection;
pub mod connection;
pub mod iota_connection;