mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
13 lines
255 B
TOML
13 lines
255 B
TOML
#TODO weird error on the workspace
|
|
[source]
|
|
git = "https://github.com/crev-dev/cargo-crev"
|
|
rev = "be532d95731dc067302e7910164120a2e4fdf745"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages cargo-crev
|
|
"""
|