File: debcargo.toml

package info (click to toggle)
rust-confy 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
overlay = "."
uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
collapse_features = true
description = """
confy offers Zero-boilerplate configuration management for Rust.

This lets the developer focus on storing the right data, instead of
worrying about how or where to store it.
"""

# confy expects exactly one of toml_conf, yaml_conf, or ron_conf to
# be enabled (but see patches/drop-ron-and-yaml.patch)
[packages.lib]
test_is_broken = true
[packages."lib+toml_conf"]
test_is_broken = false