summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8e381e3b4066cfae0d19cc4415361b2f4b535f2b (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "mon"
version = "0.1.0"
edition = "2024"
authors = ["John Turner"]
homepage = "https://jturnerusa.dev/cgit/mon"
repository = "https://jturnerusa.dev/cgit/mon"

[dependencies]
regex = "1.12.2"