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