From 20104885f80c31bb89c381e11909643b6f9ad01b Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Mon, 21 Aug 2023 22:16:57 +0200 Subject: [PATCH] Support `cargo deb` Added various fields to Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f22c8e3..e909fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "rgit" +description = "A gitweb/cgit-like interface" version = "0.1.0" edition = "2021" +authors = [ "Jordan Doyle " ] +license = "WTFPL" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -44,3 +47,6 @@ yoke = { version = "0.7.1", features = ["derive"] } [build-dependencies] anyhow = "1.0" rsass = "0.28.0" + +[package.metadata.deb] +section = "web" -- libgit2 1.7.2