Add Pallet Lint and Pallet Fmt (#28)

closes #15
closes #16

Reviewed-on: http://192.168.1.227:3000/sfrembling/pallet/pulls/28
Co-authored-by: godsfryingpan <sfrembling@gmail.com>
Co-committed-by: godsfryingpan <sfrembling@gmail.com>
This commit was merged in pull request #28.
This commit is contained in:
2026-03-23 16:34:30 -06:00
committed by sfrembling
parent c619621cf3
commit 1e0e5c864c
6 changed files with 119 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ pkgdesc="A simple C project manager inspired by Cargo"
arch=('x86_64')
url=""
license=('MIT')
depends=('gcc' 'pkgconf')
depends=('gcc' 'pkgconf' 'clang')
makedepends=('rust' 'cargo')
source=()