redox/recipes/wip/net/remote/rustconn/recipe.toml
2026-02-09 05:46:38 -03:00

16 lines
257 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/totoshko88/RustConn"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"gtk4",
"libadwaita",
"vte",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages rustconn
"""