hcdl 0.12.0

Easily download and update HashiCorp tools
// products: List of products that hcdl can be used with
#![forbid(unsafe_code)]
#![forbid(missing_docs)]

pub const PRODUCTS_LIST: &[&str] = &[
    "consul",
    "nomad",
    "packer",
    "terraform",
    "vagrant",
    "vault",
];