redox/recipes/wip/tools/shd/recipe.toml
2024-02-15 10:05:01 +00:00

10 lines
208 B
TOML

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