summaryrefslogtreecommitdiff
path: root/whered/Cargo.toml
blob: 8c2a4aca588f05385fefe531169ff55ec2326129 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "whered"
version = "1.0.0-rc.1"
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 = ["Raindrops", "ryze132"]

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