Files
pvv-nixos-config/hosts/temmie/services/userweb/apache-log-processor/Cargo.toml
oysteikt b848e0f1cc
Build topology graph / evals (push) Successful in 2m24s
Eval nix flake / evals (push) Successful in 8m48s
temmie/userweb: add log processor for apache
2026-06-07 06:03:18 +09:00

20 lines
377 B
TOML

[package]
name = "apache-log-processor"
version = "0.1.0"
edition = "2024"
autobins = false
license = "MIT"
authors = [
"projects@pvv.ntnu.no",
]
[dependencies]
nix = { version = "0.31.3", features = ["event", "fs", "user"] }
time = { version = "0.3.47", features = ["formatting", "local-offset"] }
[[bin]]
name = "apache-log-processor"
bench = false
path = "src/main.rs"