update
This commit is contained in:
parent
98b5874442
commit
3a4b5ee78c
5 changed files with 314 additions and 240 deletions
|
@ -3,6 +3,10 @@ name = "mdlint"
|
|||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "mdlint"
|
||||
path = "src/main.rs"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue