mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
9 lines
165 B
TOML
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
|
|
"""
|