diff options
Diffstat (limited to 'rprt-engine/Cargo.toml')
| -rw-r--r-- | rprt-engine/Cargo.toml | 4 |
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" |
