init
This commit is contained in:
commit
d12637ce75
7 changed files with 837 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "mdq"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.7", features = ["cargo"] }
|
||||
prettytable = "0.10.0"
|
||||
regex = "1.10.2"
|
||||
serde = "1.0.189"
|
||||
serde_yaml = "0.9.25"
|
||||
walkdir = "2.4.0"
|
||||
txd = { path = "../txd" }
|
||||
serde_json = "1.0.107"
|
Loading…
Add table
Add a link
Reference in a new issue