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.
This commit is contained in:
Alejandro R. Mosteo
2019-12-17 13:12:25 +01:00
parent 67fcd64c25
commit d438d5e98a
+12
View File
@@ -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."