mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
11 lines
209 B
TOML
11 lines
209 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/BLAKE3-team/BLAKE3"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/b3sum"
|
|
cookbook_cargo
|
|
"""
|