~ruther/sequence-detector

ref: f9052a0232d8d4377446cb7aa813382977ed25a3 sequence-detector/Cargo.toml -rw-r--r-- 357 bytes
f9052a02 — Rutherther chore: add cargo lock 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sequence_detector"
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