Skip to content

Commit

Permalink
binding crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 22, 2023
1 parent 0fb07d5 commit 641104f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
34 changes: 34 additions & 0 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[workspace]
members = ["binding_core_node", "binding_core_wasm", "swc_cli"]
members = [
"binding_core_node",
"binding_core_wasm",
"binding_minifier_node",
"binding_minifier_wasm",
"swc_cli",
]

[profile.release]
# lto = true
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build = "build.rs"
edition = "2021"
exclude = ["artifacts.json", "index.node"]
license = "Apache-2.0"
name = "binding_core_node"
name = "binding_minifier_node"
publish = false
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "wasm module for swc"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.87"
Expand Down

0 comments on commit 641104f

Please sign in to comment.