redox/recipes/wip/tui/termscp/recipe.toml
2024-06-12 14:02:34 +00:00

12 lines
184 B
TOML

#TODO make dbus work
[source]
git = "https://github.com/veeso/termscp"
[build]
template = "custom"
dependencies = [
"dbus",
]
script = """
cookbook_cargo --no-default-features
"""