From 16f0479a4e43a58c04796e9aa4d43d92b2655024 Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 18 Oct 2025 20:19:32 +0100 Subject: Add display implementations for Composite, and a BQN-like explainer --- rprt-engine/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rprt-engine/Cargo.toml') diff --git a/rprt-engine/Cargo.toml b/rprt-engine/Cargo.toml index d705b5e..179c095 100644 --- a/rprt-engine/Cargo.toml +++ b/rprt-engine/Cargo.toml @@ -10,4 +10,6 @@ either = "1.15.0" logos = "0.15.1" regex = "1.12.2" - +[[bin]] +name = "explainer" +path = "src/explainer.rs" -- cgit v1.2.3