WIP: temmie/userweb: add log processor for apache

This commit is contained in:
h7x4
2026-05-25 23:32:45 +09:00
parent 18ab1ef982
commit 6bc767de6a
6 changed files with 555 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
[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"