aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 678d3aa..2786247 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,13 @@ authors = ["lukeflo <lukeflo@some.email.not>"]
license = "GPL-3.0-or-later"
edition = "2021"
+[profile.release-git]
+inherits = "release"
+lto = "fat"
+
[dependencies]
arboard = { version = "3.4.1", features = ["wayland-data-control"] }
-biblatex = "0.9.3"
+biblatex = "0.10.0"
color-eyre = "0.6.3"
crossterm = { version = "0.28.1", features = ["event-stream"] }
editor-command = "0.1.1"