mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
13 lines
268 B
TOML
13 lines
268 B
TOML
#TODO compiled but not tested (after cargo update)
|
|
#TODO missing script to properly move th binary
|
|
[source]
|
|
git = "https://github.com/the-lean-crate/criner"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages criner
|
|
"""
|