We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc0359 commit 767fef6Copy full SHA for 767fef6
Cargo.toml
@@ -8,6 +8,15 @@ license = "MIT"
8
repository = "https://github.com/o2sh/onefetch"
9
exclude = ["assets/*.png"]
10
11
+[package.metadata.deb]
12
+extended-description = """\
13
+Onefetch is a command line tool that displays information about your Git repository directly on your terminal. \
14
+Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
15
+"""
16
+depends = "$auto"
17
+section = "utility"
18
+priority = "optional"
19
+
20
[dependencies]
21
colored= "1.8.0"
22
git2 = {version = "0.13.6", default-features = false}
0 commit comments