mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
version 2.0.0-rc1
This commit is contained in:
parent
7deb2b4625
commit
a80e3764f1
3 changed files with 2 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -721,7 +721,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reaction"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0-rc1"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reaction"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0-rc1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ use tracing::Level;
|
|||
#[derive(Parser)]
|
||||
#[clap(version)]
|
||||
#[command(name = "reaction")]
|
||||
#[command(version = "2.0")]
|
||||
#[command(
|
||||
about = "Scan logs and take action",
|
||||
long_about = "A daemon that scans program outputs for repeated patterns, and takes action.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue