redox/recipes/wip/dev/ide/rust-analyzer/recipe.toml
2025-11-17 12:15:53 -03:00

10 lines
193 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/rust-lang/rust-analyzer"
shallow_clone = true
[build]
template = "custom"
script = """
cookbook_cargo_packages rust-analyzer
"""