chore(release): add crate metadata for crates.io readiness

This commit is contained in:
Ciphercat 2026-03-05 19:36:29 +00:00
commit 9e0560f3c1

View file

@ -2,6 +2,12 @@
name = "idx-cli" name = "idx-cli"
version = "0.1.0" version = "0.1.0"
edition = "2024" 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] [dependencies]
clap = { version = "4", features = ["derive"] } clap = { version = "4", features = ["derive"] }