mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
9 lines
177 B
TOML
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
|
|
"""
|