mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
chore: prepare v0.2.1 release
This commit is contained in:
parent
1f5c4b2798
commit
c94c826307
32 changed files with 2483 additions and 382 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,13 +1,23 @@
|
|||
[package]
|
||||
name = "idx-cli"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
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"]
|
||||
include = [
|
||||
"/Cargo.toml",
|
||||
"/Cargo.lock",
|
||||
"/LICENSE",
|
||||
"/README.md",
|
||||
"/src/**",
|
||||
"/tests/cli.rs",
|
||||
"/tests/fixtures/**",
|
||||
]
|
||||
|
||||
[[bin]]
|
||||
name = "idx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue