aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 03:40:50 +0000
committerFuwn <[email protected]>2022-07-17 03:40:50 +0000
commit4eeddc8fe9f58c64c14eb991aafb269e1acdb88e (patch)
tree20908aa78493c5af55ff633bddd21ce4978dba8e
parentfeat(app): append meta to content (diff)
downloadsydney-0.1.1.tar.xz
sydney-0.1.1.zip
feat(Cargo.toml): bump versionv0.1.1
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b191b9e..45db76e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "sydney"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Vim-like, Command-line Gemini Client"
@@ -12,6 +12,12 @@ repository = "https://github.com/gemrest/sydney"
license = "GPL-3.0-only"
keywords = ["gemini", "client"]
+# Slower builds, faster executables
+[profile.release]
+lto = "fat"
+codegen-units = 1
+opt-level = 3
+
[dependencies]
germ = { version = "0.3.3", default-features = false, features = ["request", "ast"] } # Gemini
url = "2.2.2" # URL