mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
13 lines
286 B
TOML
13 lines
286 B
TOML
#TODO compilation error (after an update on tokio and a patch on ring)
|
|
[source]
|
|
git = "https://github.com/lycheeverse/lychee"
|
|
rev = "75e80190fb39abd52ceabacce1073784c7bbaa5c"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages lychee
|
|
"""
|