Template for external crates (#270)

This commit is contained in:
Alejandro R Mosteo
2021-04-27 16:36:07 +02:00
committed by GitHub
parent b5db94cfe1
commit c5090d8e74
+17
View File
@@ -0,0 +1,17 @@
name = "system package, consider removing lib prefix if appropriate"
description = "A meaningful description, possibly taken from apt show"
maintainers = ["your@mail.com"]
maintainers-logins = ["your-github-login"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
# Remove any without known system packages
"arch" = ["fill"]
"centos" = ["fill"]
"debian" = ["fill"]
"fedora" = ["fill"]
"msys2" = ["fill"]
"rhel" = ["fill"]
"ubuntu" = ["fill"]