~ruther/sequence-detector

ref: 6a12b868ad4164f42c8f5cc17c98e3597a4d75ea sequence-detector/Cargo.toml -rw-r--r-- 435 bytes
6a12b868 — Rutherther chore: add flake environment 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sequence_detector"
description = "CLI that detects sequences of commands based on configuration"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.3.11", features = ["derive"] }
config = "0.13.3"
serde = "1.0.169"
serde_derive = "1.0.169"
serde_json = { version = "1.0.100", features = ["std"] }
Do not follow this link