blob: 53385225d97c6c09c014153e118faa06560422d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "bibiman"
version = "0.1.0"
authors = ["lukeflo <lukeflo@some.email.not>"]
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"
itertools = "0.13.0"
nucleo-matcher = "0.3.1"
ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]}
regex = "1.10.6"
sarge = "7.2.5"
tokio = { version = "1.39.3", features = ["full"] }
|