Implement KIS CLI trading workflow

This commit is contained in:
2026-06-08 11:22:46 +00:00
commit b86c34760d
37 changed files with 3261 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "openstock"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4", features = ["derive"] }
ureq = { version = "3", features = ["json"] }
serde_json = "1"