File: debcargo.toml

package info (click to toggle)
rust-trybuild 1.0.104-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 436 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
overlay = "."
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
collapse_features = true
description = """Trybuild is a test harness for invoking rustc on a set of test cases and
asserting that any resulting error messages are the ones intended.
"""

[source]
# The test run by `dh_auto_test` calls the `cargo metadata` subcommand
# which seems to require all referenced crates to be available in the local
# registry.
# `dissimilar` is an optional dependency, so it isn't installed
# automatically.
build_depends = ["librust-dissimilar-dev"]