github-inventions 0.1.0

Retrieves and formats list of repos from GitHub for 'prior inventions' exhibits
Documentation
[[bin]]
name = "github-inventions"
path = "src/main.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.98"

[dependencies.chrono]
features = ["serde"]
version = "0.4.41"

[dependencies.clap]
features = ["derive"]
version = "4.5.37"

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.15"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

[lib]
name = "github_inventions"
path = "src/lib.rs"

[package]
authors = ["Siraaj Khandkar <siraaj@khandkar.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Retrieves and formats list of repos from GitHub for 'prior inventions' exhibits"
edition = "2021"
keywords = []
license-file = "LICENSE"
name = "github-inventions"
readme = "README"
repository = "https://github.com/xandkar/github-inventions"
version = "0.1.0"