|
[package]
|
|
name = "homedepot-tui"
|
|
version = "0.1.0"
|
|
authors = ["Stephen <webmaster@scd31.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
description = "A simple terminal frontend for Home Depot."
|
|
readme = "README.md"
|
|
repository = "https://git.scd31.com/stephen/homedepot-tui"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11.2", features = ["json"] }
|
|
tokio = { version = "1.4", features = ["full"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5.8"
|
|
home = "0.5.3"
|