mirror of
https://github.com/YGGverse/htcount.git
synced 2026-03-31 17:15:37 +00:00
16 lines
533 B
TOML
16 lines
533 B
TOML
[package]
|
|
name = "htcount"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Simple CLI/daemon tool for counting visitors using access.log and exporting totals in multiple formats, such as JSON or SVG badge"
|
|
keywords = ["access", "log", "counter", "badge", "stats"]
|
|
categories = ["network-programming"]
|
|
repository = "https://github.com/YGGverse/htcount"
|
|
# homepage = "https://yggverse.github.io"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
chrono = "^0.4.20"
|
|
clap = { version = "4.5", features = ["derive"] }
|