Skip to content

Commit

Permalink
chore: Workaround the bug of cargo-mono
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 5, 2024
1 parent 6fa79be commit 2b81d72
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
14 changes: 7 additions & 7 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
authors = ["강동윤 <[email protected]>"]
description = "Debug utilities"
edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository.workspace = true
version = "0.93.5"
authors = ["강동윤 <[email protected]>"]
description = "Debug utilities"
edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.93.5"

[[bin]]
bench = false
Expand Down
18 changes: 9 additions & 9 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
authors = ["강동윤 <[email protected]>"]
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 = ["강동윤 <[email protected]>"]
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
Expand Down
16 changes: 8 additions & 8 deletions crates/preset_env_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
authors = ["강동윤 <[email protected]>"]
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 = ["강동윤 <[email protected]>"]
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
Expand Down
18 changes: 9 additions & 9 deletions crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
authors = ["강동윤 <[email protected]>"]
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 = ["강동윤 <[email protected]>"]
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
Expand Down

0 comments on commit 2b81d72

Please sign in to comment.