From 69ca349c49f37b90c0f708575f9f068d4b200094 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Wed, 18 Mar 2026 11:08:59 +0700 Subject: [PATCH] chore: add alias idx for cli testing --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d6b33f4..b210e00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ homepage = "https://github.com/0xrsydn/idx-cli" keywords = ["idx", "stocks", "indonesia", "cli", "finance"] categories = ["command-line-utilities", "finance"] +[[bin]] +name = "idx" +path = "src/main.rs" + [features] default = ["ownership"] ownership = ["dep:rusqlite", "dep:quick-xml", "dep:sha2"]