[package] name = "hackernews" version = "0.0.0" authors = ["Liu Chong "] edition = "2018" license = "MIT" repository = "https://github.com/liuchong/hackernews-rs" homepage = "https://github.com/liuchong/hackernews-rs" description = """ Hackernews API in rust. """ keywords = ["hackernews", "hn", "api", "web"] [package.metadata.x] lint = "cargo clippy --verbose --all-targets --all-features -- -D warnings" test = "cargo test --verbose --all --release" build = "cargo build --verbose --all --release" [dependencies]