diff options
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,3 +4,8 @@ version = "1.3.1" edition = "2021" [dependencies] + +[profile.release] +strip = true +lto = true +panic = "abort" |
| index : page | ||
| take gmi files and build static gemini and http pages. #cli | git daemon user |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 5 |
@@ -4,3 +4,8 @@ version = "1.3.1" edition = "2021" [dependencies] + +[profile.release] +strip = true +lto = true +panic = "abort" |