mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
9 lines
217 B
TOML
9 lines
217 B
TOML
#TODO compiled but not tested (after a patch on the ring crate)
|
|
[source]
|
|
tar = "https://github.com/osa1/tiny/archive/refs/tags/v0.11.0.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages tiny
|
|
"""
|