From 028c5eeb36d7f5d93677860fa9a9dd27c68fe6b7 Mon Sep 17 00:00:00 2001 From: sigil-03 Date: Thu, 17 Apr 2025 18:34:11 -0600 Subject: [PATCH] update Cargo.toml to support new CLI bin --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bf23c38..70f4958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,7 @@ serde_json = "1.0.140" thiserror = "2.0.12" tokio = { version = "1.44.1", features = ["full"] } toml = "0.8.20" + +[[bin]] +name="cli" +path="src/bin/cli.rs" \ No newline at end of file