[package] name = "hnls" version = "0.1.0" edition = "2021" description = "HackerNews terminal viewer" license-file = "LICENSE" repository = "https://github.com/fedfontana/hnls" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.4", features = ["derive"] } console = "0.15.5" reqwest = "0.11.16" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["full"] }