From d355b02dc3eafd0daba16f2324a75c75d99adf5a Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Sun, 14 Dec 2025 19:29:44 -0300 Subject: [PATCH] Add explicit bin target for plotnik CLI in Cargo.toml --- crates/plotnik-cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/plotnik-cli/Cargo.toml b/crates/plotnik-cli/Cargo.toml index 4b9b5d75..3ab712b3 100644 --- a/crates/plotnik-cli/Cargo.toml +++ b/crates/plotnik-cli/Cargo.toml @@ -11,6 +11,10 @@ categories = ["command-line-utilities", "development-tools"] readme = "../../README.md" include = ["src/**/*", "Cargo.toml", "docs/REFERENCE.md"] +[[bin]] +name = "plotnik" +path = "src/main.rs" + [features] default = [ "bash",