targets
This commit is contained in:
parent
37c44467c2
commit
3928a1e5e7
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,14 @@ name = "mdq"
|
|||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "mdq"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "mdq"
|
||||
path = "src/main.rs"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue