aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74a474f..253cb54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"