From 3842847a305a8d721386f97b6260401841fa5604 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 21 Dec 2024 22:33:09 +0100 Subject: [PATCH] chore: add rust dependencies to manifest --- manifest.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.scm b/manifest.scm index 3413ff9..0994b19 100644 --- a/manifest.scm +++ b/manifest.scm @@ -22,4 +22,8 @@ "man-db" "bear" - "clang")))) + "clang" + + "rust" + "rust-cargo" + "rust-analyzer")))) -- 2.48.1