author | Geert Stappers <stappers@stappers.it> | 2023-08-21 22:16:57.0 +02:00:00 |
---|---|---|
committer | Geert Stappers <stappers@stappers.it> | 2023-08-27 12:54:11.0 +02:00:00 |
commit | 20104885f80c31bb89c381e11909643b6f9ad01b [patch] |
|
tree | fd34b21af2f4bf402681bec8cadecb12f87a88fb |
|
parent | 56917a9720cde99c53e42088ddcbf3ff37e6f1a6 |
|
download | 20104885f80c31bb89c381e11909643b6f9ad01b.tar.gz |
Support `cargo deb`
Added various fields to Cargo.toml
Diff
Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f22c8e3..e909fa1 100644 --- a/Cargo.toml +++ a/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 @@ [build-dependencies] anyhow = "1.0" rsass = "0.28.0" [package.metadata.deb] section = "web"