redox/recipes/wip/tools/gptman/recipe.toml
2024-02-15 09:47:49 +00:00

9 lines
184 B
TOML

#TODO outdated redox_syscall crate
[source]
git = "https://github.com/rust-disk-partition-management/gptman"
[build]
template = "custom"
script = """
cookbook_cargo --features cli
"""