mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
13 lines
249 B
TOML
13 lines
249 B
TOML
#TODO libssh2-sys crate error
|
|
[source]
|
|
git = "https://github.com/angeldollface/mandy"
|
|
rev = "a64f20d0386af628af2662ed2a1e72faf9efe355"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages mandy-bin
|
|
"""
|