redox/recipes/wip/net/chat/termchat/recipe.toml
2024-07-02 06:08:02 +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
"""