From e6918228b5c7a6c7179ba966a0b7dfcac24a288b Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:05:39 -0500 Subject: [PATCH] add Rspack project --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..3c831ba5 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,12 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "Rspack", + imageSrc: "https://avatars.githubusercontent.com/u/87694465?s=200&v=4", + projectLink: "https://github.com/web-infra-dev/rspack/contribute", + description: + "Rspack is a fast Rust-based bundler for the web with a modernized webpack-compatible API.", + tags: ["Rust", "JavaScript", "TypeScript", "Bundler", "Good First Issue"], + }, +];