This commit is contained in:
JMARyA 2023-10-30 13:29:13 +01:00
commit 2844e68a88
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 1805 additions and 0 deletions

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[package]
name = "mdlint"
version = "0.1.0"
edition = "2021"
[profile.release]
strip = true
lto = true
codegen-units = 1
panic = "abort"
[dependencies]
clap = { version = "4.4.7", features = ["cargo"] }
console = "0.15.7"
jsonschema = "0.17.1"
regex = "1.10.2"
serde = "1.0.190"
serde_json = "1.0.107"
serde_yaml = "0.9.27"