dekoder_py_hn_tui 0.1.2

Hacker News TUI
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dekoder_py_hn_tui"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hacker News TUI"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Dekoder-py/hn_tui"

[[bin]]
name = "hn_tui"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.open]
version = "5.3.5"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"