diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 627f0d06d1e5..964e81a4d03e 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -1,11 +1,11 @@ [package] -authors = ["강동윤 "] -description = "Debug utilities" -edition = "2021" -license = "Apache-2.0" -name = "dbg-swc" -repository.workspace = true -version = "0.93.5" +authors = ["강동윤 "] +description = "Debug utilities" +edition = "2021" +license = "Apache-2.0" +name = "dbg-swc" +repository = { workspace = true } +version = "0.93.5" [[bin]] bench = false diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index ee7f0228a40f..aea6faefd868 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -1,13 +1,13 @@ [package] -authors = ["강동윤 "] -description = "JsDoc parser writen in rust" -documentation = "https://rustdoc.swc.rs/jsdoc/" -edition = "2021" -include = ["Cargo.toml", "src/**/*.rs"] -license = "Apache-2.0" -name = "jsdoc" -repository.workspace = true -version = "0.113.1" +authors = ["강동윤 "] +description = "JsDoc parser writen in rust" +documentation = "https://rustdoc.swc.rs/jsdoc/" +edition = "2021" +include = ["Cargo.toml", "src/**/*.rs"] +license = "Apache-2.0" +name = "jsdoc" +repository = { workspace = true } +version = "0.113.1" [lib] bench = false diff --git a/crates/preset_env_base/Cargo.toml b/crates/preset_env_base/Cargo.toml index fde283ee8962..9cd828cf566e 100644 --- a/crates/preset_env_base/Cargo.toml +++ b/crates/preset_env_base/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 "] -description = "Common logic for targetting vairous browsers" -documentation = "https://rustdoc.swc.rs/preset_env_base/" -edition = "2021" -license = "Apache-2.0" -name = "preset_env_base" -repository.workspace = true -version = "0.4.13" +authors = ["강동윤 "] +description = "Common logic for targetting vairous browsers" +documentation = "https://rustdoc.swc.rs/preset_env_base/" +edition = "2021" +license = "Apache-2.0" +name = "preset_env_base" +repository = { workspace = true } +version = "0.4.13" [lib] bench = false diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 01903d286b31..d9d52c3aa160 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -1,13 +1,13 @@ [package] -authors = ["강동윤 "] -description = "preset-env for the swc" -documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" -edition = "2021" -include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] -license = "Apache-2.0" -name = "swc_ecma_preset_env" -repository.workspace = true -version = "0.207.1" +authors = ["강동윤 "] +description = "preset-env for the swc" +documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" +edition = "2021" +include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] +license = "Apache-2.0" +name = "swc_ecma_preset_env" +repository = { workspace = true } +version = "0.207.1" [lib] bench = false