redox/recipes/wip/dev/rust-tools/rust-analyzer/recipe.toml
2024-06-25 22:24:39 +00:00

9 lines
177 B
TOML

#TODO require rustc 1.76 or newer
[source]
git = "https://github.com/rust-lang/rust-analyzer"
[build]
template = "custom"
script = """
cookbook_cargo_packages rust-analyzer
"""