summaryrefslogtreecommitdiff
path: root/whered/Cargo.toml
blob: 3dbc1ab330f976c6b3698a73eba6a3e3937e436a (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "whered"
version = "1.2.0"
edition = "2021"
description = "A small Rust server for the WHRD/UDP protocol, to access a list of logged in users on multiple systems at once."
authors = ["Starscouts", "ryze132"]

[dependencies]
whrd = { path = "../whrd" }
clap = { version = "4.5.3", features = ["derive"] }