[package]
name = "LGremote"
version = "0.2.0"
edition = "2021"
authors = ["Ali Raheem <crates.io@shoryuken.me>"]
license = "MIT"
description = "Command line tool for controlling LG TVs from the 2012 era"
readme = "README.md"
homepage = "https://github.com/ali-raheem/LGRemote.rs"
repository = "https://github.com/ali-raheem/LGRemote.rs"
keywords = ["cli", "remote", "control", "TV", "LG"]
categories = ["command-line-utilities"]
[dependencies]
reqwest = "0.11.8"
tokio = { version = "1", features = ["full"] }
phf = { version = "0.10", features = ["macros"] }