redox/recipes/wip/dev/probe-rs/recipe.toml
2024-04-20 18:43:45 +00:00

12 lines
196 B
TOML

#TODO maybe missing dependencies
[source]
git = "https://github.com/probe-rs/probe-rs"
[build]
template = "custom"
dependencies = [
"libudev",
]
script = """
cookbook_cargo --features cli
"""