From dc45b960a4eda299058e597f6867e4d4be109b1b Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 20 Sep 2024 22:31:33 +0200 Subject: initial commit --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8584b8f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "bibiman" +version = "0.1.0" +authors = ["lukeflo "] +license = "GPL-3.0-or-later" +edition = "2021" + +[dependencies] +biblatex = "0.9.3" +crossterm = { version = "0.28.1", features = ["event-stream"] } +futures = "0.3.30" +ratatui = "0.28.1" +regex = "1.10.6" +sarge = "7.2.5" +tokio = { version = "1.39.3", features = ["full"] } -- cgit v1.2.3