mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
12 lines
184 B
TOML
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
|
|
"""
|