From 00d0bfced902e97eeae5257c14134d4bc7efc710 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 18 Jan 2024 10:58:36 -0600 Subject: Commands to interact with discocaml, associated IPC. --- src/bin/lambo.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bin/lambo.rs') diff --git a/src/bin/lambo.rs b/src/bin/lambo.rs index f446308..6b5f349 100644 --- a/src/bin/lambo.rs +++ b/src/bin/lambo.rs @@ -58,6 +58,10 @@ async fn main() -> Result<()> { // Create the handlers. let handler = MultiHandler(vec![ + Box::new(Commands { + config: config.commands, + db: db.clone(), + }), Box::new(PresenceSetter), Box::new(X500Mapper { config: Arc::new(config.x500_mapper), -- cgit v1.2.3