init
This commit is contained in:
commit
e76f1e4419
5 changed files with 704 additions and 0 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "mddiff"
|
||||
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"
|
||||
json-patch = "1.2.0"
|
||||
regex = "1.10.2"
|
||||
serde = "1.0.190"
|
||||
serde_json = "1.0.108"
|
||||
serde_yaml = "0.9.27"
|
Loading…
Add table
Add a link
Reference in a new issue