Add ability to make compile_commands.json (#13)

issue: #8
Reviewed-on: http://192.168.1.227:3000/sfrembling/pallet/pulls/13
Co-authored-by: godsfryingpan <sfrembling@gmail.com>
Co-committed-by: godsfryingpan <sfrembling@gmail.com>
This commit was merged in pull request #13.
This commit is contained in:
2026-03-23 11:17:42 -06:00
committed by sfrembling
parent 94d6f5d54d
commit 4a2e959535
3 changed files with 96 additions and 1 deletions

View File

@@ -10,5 +10,6 @@ clap_complete = "4.6.0"
colored = "3.1.1"
glob = "0.3.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha256 = "1.6.0"
toml = "1.0.7"