redox/recipes/wip/dev/rust-analyzer/recipe.toml
2024-04-28 10:41:24 +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
"""