Skip to content

Commit

Permalink
build(cargo): setup next-binding package
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 23, 2022
1 parent 929b113 commit 348a0b2
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -2,6 +2,7 @@
resolver = "2"

members = [
"crates/next-binding",
"crates/next-core",
"crates/next-dev",
"crates/node-file-trace",
Expand Down
23 changes: 23 additions & 0 deletions crates/next-binding/Cargo.toml
@@ -0,0 +1,23 @@
[package]
name = "next-binding"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
autobenches = false

[lib]
bench = false

[features]
__swc_core_binding_napi = []
__swc_core_binding_wasm = []

__feature_next_dev_server = []
__feature_node_file_trace = []
__feature_mdx_rs = []

__swc_transform_styled_components = []
__swc_transform_styled_jsx = []
__swc_transform_emotion = []

[dependencies]
3 changes: 3 additions & 0 deletions crates/next-binding/README.md
@@ -0,0 +1,3 @@
### next-binding

This is an internal package, does not provide any public interface or stability guarantees. Do not use it directly.
Empty file added crates/next-binding/src/lib.rs
Empty file.

0 comments on commit 348a0b2

Please sign in to comment.