From c3efede502f0f9ba3b03195ac8f30fff0376c8ab Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 18 Jan 2024 12:40:28 -0600 Subject: Libify ocaml, add buttons to interaction. --- src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 083b200..899bb8f 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,4 +1,4 @@ -mod discocaml; +pub mod discocaml; use crate::commands::discocaml::DiscocamlConfig; use anyhow::{Context as _, Result}; -- cgit v1.2.3