diff options
| author | Trim Bresilla | 2024-12-02 22:29:53 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-23 21:03:19 +0100 |
| commit | eadd906fc25125a61811247262836b9afe8adee1 (patch) | |
| tree | b7a644840b8c797b2ccf6e4e6ad2c7a8951b456e /Cargo.toml | |
| parent | ad5c2cb586616eca99fc1db0efaaa0ff5aa97144 (diff) | |
| download | bibiman-eadd906fc25125a61811247262836b9afe8adee1.tar.gz bibiman-eadd906fc25125a61811247262836b9afe8adee1.zip | |
chore: update dependencies and add some files to .gitignore
- Update the `Cargo.toml` to include the `doi2bib` dependency with version `0.2.0`
- Add rules to ignore `.direnv`, `.envrc`, and `devbox.json` files in the `.gitignore`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ biblatex = "0.10.0" color-eyre = "0.6.3" crossterm = { version = "0.28.1", features = ["event-stream"] } dirs = "5.0.1" +doi2bib = "0.2.0" # doi = "0.3.0" editor-command = "0.1.1" futures = "0.3.30" |
