Skip to content

Commit

Permalink
feat: add bacon and bacon-ls (#5774)
Browse files Browse the repository at this point in the history
Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com>
  • Loading branch information
crisidev authored Jun 12, 2024
1 parent 61164d7 commit 56a74fb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
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/bacon-ls@0.3.0

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/bacon@2.18.0

bin:
bacon: cargo:bacon

0 comments on commit 56a74fb

Please sign in to comment.