summaryrefslogtreecommitdiff
path: root/whrd/Cargo.toml
blob: d1602a8e99888fc031601a7f8bf48cb154d5bc6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "whrd"
version = "1.1.0"
edition = "2021"
description = "A Rust library to work with the WHRD/UDP protocol, a protocol to access a list of logged in users on multiple systems at once."
authors = ["Starscouts", "ryze132"]

[lib]
name = "whrd"
crate-type = ["dylib", "lib"]

[dependencies]
coreutils_core = "0.1.1"