Add a recipe

This commit is contained in:
Ribbon 2024-05-17 22:51:21 +00:00
parent 01dff49223
commit 95cbdc87ec

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/formal-land/coq-of-rust"
[build]
template = "custom"
script = """
cookbook_cargo_packages lib cli
"""