redox/recipes/wip/net/termchat/recipe.toml
2024-02-18 01:07:00 +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
"""