From 92fb90dfcd61c00fba2a9c7f297bb818cc860587 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 19 Nov 2024 16:33:31 +0100 Subject: packaging for crates.io --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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 "] 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" -- cgit v1.2.3