mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
20 lines
634 B
TOML
20 lines
634 B
TOML
[package]
|
|
name = "reaction-plugin"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
authors = ["ppom <reaction@ppom.me>"]
|
|
license = "AGPL-3.0"
|
|
homepage = "https://reaction.ppom.me"
|
|
repository = "https://framagit.org/ppom/reaction"
|
|
keywords = ["security", "sysadmin", "logs", "monitoring", "plugin"]
|
|
categories = ["security"]
|
|
description = "Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)"
|
|
|
|
[dependencies]
|
|
remoc.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tokio.features = ["io-std", "signal"]
|
|
tokio-util.workspace = true
|
|
tokio-util.features = ["rt"]
|