redox/recipes/wip/dev/ide/asm-lsp/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
189 B
TOML

#TODO linking error
[source]
git = "https://github.com/bergercookie/asm-lsp"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
cookbook_cargo_packages asm-lsp
"""