mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
10 lines
208 B
TOML
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",
|
|
]
|