aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-09-27 14:49:37 +0200
committerlukeflo2024-09-27 14:49:37 +0200
commit3e86e1d11fa06dedde78621c3e0503a7492ad05e (patch)
tree9a1317a48825251f9f6d5000b2b2196faa06d0d7 /Cargo.toml
parent576e7a39312f26ff3df24cf2eb279e6fdabbe903 (diff)
downloadbibiman-3e86e1d11fa06dedde78621c3e0503a7492ad05e.tar.gz
bibiman-3e86e1d11fa06dedde78621c3e0503a7492ad05e.zip
copy citekey action, info box init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b5259a..d2a78e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ license = "GPL-3.0-or-later"
edition = "2021"
[dependencies]
+arboard = { version = "3.4.1", features = ["wayland-data-control"] }
biblatex = "0.9.3"
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"