rscon 0.1.0

Simple general RCON client
Documentation
[package]
name = "rscon"
version = "0.1.0"
authors = ["Rafael Carvalho <contact@rafaelrc.com>"]
edition = "2021"
license = "GPL-3.0-only"
repository = "https://github.com/rafaelrc7/rscon"
description = "Simple general RCON client"
keywords = ["rcon", "client", "utility"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
clap = { version = "4.4.12", features = ["derive", "cargo", "string"] }
env_logger = "0.10"
figment = { version = "0.10", features = ["toml"] }
log = { version = "0.4" }
xdg = "2.5"