File: debcargo.toml

package info (click to toggle)
rust-vergen 8.3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
overlay = "."
uploaders = [
 "Ximin Luo <infinity0@debian.org>",
 "Daniel Kahn Gillmor <dkg@fifthhorseman.net>",
]
collapse_features = true
summary = "Generate 'cargo:env' instructions in 'build.rs'"

# Some tests expect to be run from a git repo, but we run
# them from an unpacked crate.  see:
# https://github.com/rustyhorde/vergen/issues/140
[packages."lib+git"]
test_is_broken = true
[packages."lib+rustc"]
test_is_broken = true