From d438d5e98a283b884642077db5f21161630516cf Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Tue, 17 Dec 2019 13:12:25 +0100 Subject: [PATCH] Template for unavailable package This can be used to keep track of crates that some projects depend on, but which still are not available through Alire. --- templates/unavailable.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/unavailable.toml diff --git a/templates/unavailable.toml b/templates/unavailable.toml new file mode 100644 index 00000000..0fb647e3 --- /dev/null +++ b/templates/unavailable.toml @@ -0,0 +1,12 @@ +[general] +description = "Knowingly unavailable dependency template" +long-description = "This is a placeholder for an unsupported crate. Please contact the maintainer if you want to take over packaging and maintenance of this crate." +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo"] +licenses = [] +tags = [] + +[[external]] +# A external crate never found during dependency resolution. +kind = "hint" +hint = "This crate is unavailable through Alire. Please check upstream installation documentation."