aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/Cargo.toml
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2025-10-18 20:19:32 +0100
committertslil <tslil@posteo.de>2025-10-18 22:01:42 +0100
commit16f0479a4e43a58c04796e9aa4d43d92b2655024 (patch)
treee42df3fd31313dc362a827ff6f3c80c440ddb40b /rprt-engine/Cargo.toml
parent02c7b10c407982ca117098bd64358a8bb910bd3a (diff)
Add display implementations for Composite, and a BQN-like explainer
Diffstat (limited to 'rprt-engine/Cargo.toml')
-rw-r--r--rprt-engine/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"