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
|