🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-08-30 7:14:15.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-30 7:14:15.0 +00:00:00
commit
9512d2218d09587172d02096015039dc8c0fb305 [patch]
tree
26c2d66bc46ed890e66bb3f3f73458acd04b7010
parent
f539ac9d3de6eb8146b3d37fe43c2b3436d0a128
parent
20104885f80c31bb89c381e11909643b6f9ad01b
download
9512d2218d09587172d02096015039dc8c0fb305.tar.gz

Merge pull request #17 from stappersg/cargo_deb

Support `cargo deb`

Diff

 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 <jordan@doyle.la>" ]
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"