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