From 9d32dc6a186f38380befb58a144f4d93cfca30eb Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Thu, 18 Jul 2024 18:07:50 -0600 Subject: Add metadata to Cargo.toml This patch adds the following metadata fields to Cargo.toml, so that the package can be published on https://crates.io: - homepage: Our main website - documentation: Also our main website (no docs for now, but they will end up being hosted here in the near future) - repository: A link to the git server with the source Signed-off-by: Rory Dudley --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 503d59f..8baea37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.0.1" edition = "2021" license = "BSD-3-Clause" description = "A (mostly) POSIX compliant shell and tiny functional programming language" +homepage = "https://dwarvish.org" +documentation = "https://dwarvish.org" +repository = "https://git.dwarvish.org/dwarvish.git/" [[bin]] name = "dwvsh" -- cgit v1.2.3