d438d5e98a
This can be used to keep track of crates that some projects depend on, but which still are not available through Alire.
13 lines
518 B
TOML
13 lines
518 B
TOML
[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."
|