From 9e0560f3c13dcc77593c64476e5fb1cfacaa1e54 Mon Sep 17 00:00:00 2001 From: Ciphercat <78522797+0xrsydn@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:36:29 +0000 Subject: [PATCH] chore(release): add crate metadata for crates.io readiness --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4349e7c..e431e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "idx-cli" version = "0.1.0" edition = "2024" +description = "CLI tool for Indonesian stock market (IDX) analysis" +license = "MIT" +repository = "https://github.com/0xrsydn/idx-cli" +homepage = "https://github.com/0xrsydn/idx-cli" +keywords = ["idx", "stocks", "indonesia", "cli", "finance"] +categories = ["command-line-utilities", "finance"] [dependencies] clap = { version = "4", features = ["derive"] }