redox/recipes/wip/termchat/recipe.toml
2023-12-19 23:41:45 +00:00

9 lines
158 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/lemunozm/termchat"
[build]
template = "custom"
script = """
cookbook_cargo --all-features
"""