Add format and linting

This commit is contained in:
2026-03-23 17:17:35 -05:00
parent c619621cf3
commit 9b60e6092a
5 changed files with 115 additions and 2 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=()