Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/bacon-ls/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: bacon-ls
description: Rust diagnostic provider based on Bacon
homepage: https://github.com/crisidev/bacon-ls
licenses:
- MIT
languages:
- Rust
categories:
- LSP

source:
id: pkg:cargo/[email protected]

bin:
bacon-ls: cargo:bacon-ls
16 changes: 16 additions & 0 deletions packages/bacon/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: bacon
description: Bacon is a background rust code checker
homepage: https://github.com/Canop/bacon
licenses:
- AGPL-3.0-or-later
languages:
- Rust
categories:
- Linter

source:
id: pkg:cargo/[email protected]

bin:
bacon: cargo:bacon