diff options
| author | diogo464 <[email protected]> | 2024-01-18 11:56:19 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-01-18 11:56:19 +0000 |
| commit | f8d8aaa035dd27c5bb33c1654d94b5b8612586d8 (patch) | |
| tree | f1d6d6808c60e78ac2d37161d804946d2597b8ce /Cargo.toml | |
| parent | 5b48457beb82b38f1a003af1ee34a3a7ad291af1 (diff) | |
added release workflow
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -17,3 +17,7 @@ nom = "7" | |||
| 17 | nom_locate = "4" | 17 | nom_locate = "4" |
| 18 | slotmap = "1" | 18 | slotmap = "1" |
| 19 | thiserror = "1" | 19 | thiserror = "1" |
| 20 | |||
| 21 | [profile.release] | ||
| 22 | strip = true | ||
| 23 | opt-level = "z" | ||
