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"], + }, +];