mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
10 lines
277 B
TOML
10 lines
277 B
TOML
#TODO camino crate error
|
|
#TODO Probably needs to be ported to Redox
|
|
[source]
|
|
git = "https://github.com/davidlattimore/cackle"
|
|
[build]
|
|
template = "cargo"
|
|
#script = """
|
|
#cookbook_cargo --features unsupported-os
|
|
#"""
|
|
# Uncomment the above lines if the Cargo template doesn't work. |