Skip to content

Commit 56a74fb

Browse files
authored
feat: add bacon and bacon-ls (#5774)
Signed-off-by: Bigo <[email protected]>
1 parent 61164d7 commit 56a74fb

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

packages/bacon-ls/package.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: bacon-ls
3+
description: Rust diagnostic provider based on Bacon
4+
homepage: https://github.com/crisidev/bacon-ls
5+
licenses:
6+
- MIT
7+
languages:
8+
- Rust
9+
categories:
10+
- LSP
11+
12+
source:
13+
id: pkg:cargo/[email protected]
14+
15+
bin:
16+
bacon-ls: cargo:bacon-ls

packages/bacon/package.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: bacon
3+
description: Bacon is a background rust code checker
4+
homepage: https://github.com/Canop/bacon
5+
licenses:
6+
- AGPL-3.0-or-later
7+
languages:
8+
- Rust
9+
categories:
10+
- Linter
11+
12+
source:
13+
id: pkg:cargo/[email protected]
14+
15+
bin:
16+
bacon: cargo:bacon

0 commit comments

Comments
 (0)