Skip to content

Commit

Permalink
chore(rust): add description for rolldown_common (#702)
Browse files Browse the repository at this point in the history
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### Test Plan

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---
  • Loading branch information
hyf0 committed Mar 30, 2024
1 parent 2606939 commit ae9c7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/rolldown_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rolldown_common"
version = "0.0.1"
description = "This crate is mostly for sharing code between `rolldown` and `rolldown_plugin`"
name = "rolldown_common"
version = "0.0.1"

edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/rolldown_common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! `rolldown_common` is mostly for sharing code between `rolldown` and `rolldown_plugin`. This means only `rolldown` and `rolldown_plugin`
//! could rely on this crate. Other `rolldown_xxx` crates should not rely on this crate but other way around.
mod module;
mod types;

Expand Down

0 comments on commit ae9c7d0

Please sign in to comment.