]> git.proxmox.com Git - debcargo-conf.git/blame - src/cargo-debstatus/debian/debcargo.toml
Add ITP for cargo-debstatus; various fixes
[debcargo-conf.git] / src / cargo-debstatus / debian / debcargo.toml
CommitLineData
ad1e69c4 1overlay = "."
32829e1f 2uploaders = ["Andrej Shadura <andrewsh@debian.org>", "Matthias Geiger <matthias.geiger1024@tutanota.de>"]
ad1e69c4
AS
3
4summary = "print dependency tree of a Rust project using Cargo"
5description = """
6This package provides a debstatus subcommand for the Cargo, the Rust
7package manager.
8
9cargo debstatus is similar to cargo tree, but for Debian packaging: it
10traverses all dependencies of your project, checks if the dependency is
11already in Debian, in the Debian NEW queue or if it needs to be updated.
12
13This tool is primarily targetting Debian Rust packagers and should not
14be necessary for developing in Rust on Debian.
15"""
16[source]
17section = "rust"