diff options
| author | lukeflo | 2024-09-20 22:31:33 +0200 |
|---|---|---|
| committer | lukeflo | 2024-09-20 22:31:33 +0200 |
| commit | dc45b960a4eda299058e597f6867e4d4be109b1b (patch) | |
| tree | 30501aa9f1f26413f959d751302fa189508eacc1 /Cargo.toml | |
| download | bibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.tar.gz bibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.zip | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
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 <lukeflo@some.email.not>"] +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"] } |
