Added generic action callback

This commit is contained in:
2024-11-30 05:44:23 +01:00
parent 9719c46136
commit 157bbf923f
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#![feature(specialization)]
#![feature(let_chains)]
pub mod action_callback;
pub mod auth;
pub mod config;
pub mod device_manager;