aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-14 20:38:40 +0200
committerlukeflo2024-10-14 20:38:40 +0200
commit34129fe03e2c81ff666bd3627d5fef3342ab5da2 (patch)
tree6b0a2a3a8f55f6d14ed02d90bcba89911d21f36d /Cargo.toml
parentd88d7e6fcebffbfc6bf6656c43fad8327640d40e (diff)
downloadbibiman-34129fe03e2c81ff666bd3627d5fef3342ab5da2.tar.gz
bibiman-34129fe03e2c81ff666bd3627d5fef3342ab5da2.zip
build profile
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"