[package]
name = "ssq-cli"
description = "CLI tool for querying Source game servers using the A2S protocol"
version = "0.8.0"
license = "MIT"
repository = "https://github.com/landaire/ssq"
authors = ["Lander Brandt"]
edition = "2024"
rust-version = "1.92.0"
keywords = ["steam", "query", "a2s", "source", "valve"]
categories = ["command-line-utilities", "game-development"]
readme = "README.md"
[dependencies]
clap = { version = "4", features = ["derive"] }
ssq = { path = "../ssq", version = "0.8.0" }