redox/recipes/wip/termchat/recipe.toml
2023-12-23 18:13:08 +00:00

9 lines
165 B
TOML

#TODO update the mio crate to 0.8.x
[source]
git = "https://github.com/lemunozm/termchat"
[build]
template = "custom"
script = """
cookbook_cargo --all-features
"""