digit-cli 0.3.0

A finger protocol client (RFC 1288 / RFC 742)
Documentation
[package]
name = "digit-cli"
version = "0.3.0"
edition = "2021"
rust-version = "1.74"
description = "A finger protocol client (RFC 1288 / RFC 742)"
license = "MIT"
repository = "https://github.com/mcroydon/digit"
homepage = "https://github.com/mcroydon/digit"
keywords = ["finger", "rfc1288", "rfc742", "cli", "networking"]
categories = ["command-line-utilities", "network-programming"]

[lib]
name = "digit"

[[bin]]
name = "digit"
path = "src/main.rs"

[dependencies]
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
thiserror = "2"