From 9512d2218d09587172d02096015039dc8c0fb305 Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 30 Aug 2023 08:14:15 +0100 Subject: [PATCH] Merge pull request #17 from stappersg/cargo_deb Support `cargo deb` --- 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