redox/recipes/wip/dev/ide/asm-lsp/recipe.toml

12 lines
189 B
TOML

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