diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,7 +3,13 @@ name = "bibiman" version = "0.7.0" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" +repository = "https://codeberg.org/lukeflo/bibiman" +readme = "README.md" +description = "TUI for interacting with BibLaTeX databases" +keywords = ["tui", "biblatex", "bibliography", "bibtex", "latex"] +categories = ["command-line-utilities"] edition = "2021" +exclude = ["/tests", ".*"] [profile.release-git] inherits = "release" |
