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