mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
chore(release): add crate metadata for crates.io readiness
This commit is contained in:
parent
bc74fdf7e2
commit
9e0560f3c1
1 changed files with 6 additions and 0 deletions
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue