redox/recipes/wip/tools/shd/recipe.toml
2024-07-09 00:06:39 +00:00

9 lines
159 B
TOML

#TODO make the smartmontools dependency work
[source]
git = "https://github.com/alttch/shd"
[build]
template = "cargo"
dependencies = [
"smartmontools",
]