[package] name = "ohmystock" version = "0.1.5" authors = ["ysoftman "] edition = "2018" description = "show stock price" license = "MIT" readme = "README_USAGE.md" repository = "https://github.com/ysoftman/ohmystock" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi_term = "0.12" reqwest = { version = "0.10", features = ["blocking", "json"] } select = "0.4" chrono = "0.4" structopt = "0.3"