diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2dde043a6ff..d31d129b7ee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: profile: minimal - name: Create rustdoc - run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --exclude swc_core --features plugin_transform_schema_vtest + run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --features plugin_transform - name: Create CNAME run: | diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 41459f15026..0080f3b5582 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 ", "OJ Kwon "] -description = "TBD" -edition = "2021" -license = "Apache-2.0" -name = "swc_core" -repository = "https://github.com/swc-project/swc.git" -version = "0.6.1" - +authors = ["강동윤 ", "OJ Kwon "] +description = "TBD" +documentation = "https://rustdoc.swc.rs/swc_core/" +edition = "2021" +license = "Apache-2.0" +name = "swc_core" +repository = "https://github.com/swc-project/swc.git" +version = "0.6.1" [package.metadata.docs.rs] features = [ "common_perf",