aboutsummaryrefslogtreecommitdiff
path: root/validators/rust/Cargo.toml
blob: 1515a601dacbdb448f343b2df2e40c44fe2077c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gitinfo-validator"
version = "0.1.0"
edition = "2021"
description = "CLI validator for .gitinfo files"
license = "MIT"

[[bin]]
name = "validate"
path = "src/main.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
json_comments = "0.2"
regex = "1.10"