File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
swc_plugin_backend_wasmtime Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
7
7
authors = [
" 강동윤 <[email protected] >" ]
8
- description = " swc plugin backedn tests and benchmarks"
8
+ description = " swc plugin backend tests and benchmarks"
9
9
publish = false
10
10
11
11
[lib ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " swc_plugin_backend_wasmtime"
3
3
version = " 0.1.0"
4
- edition.workspace = true
5
- license.workspace = true
6
- repository.workspace = true
4
+ edition = { workspace = true }
5
+ license = { workspace = true }
6
+ repository = { workspace = true }
7
+ authors = [
" 강동윤 <[email protected] >" ]
8
+ description = " Runner backend (wasmtime) for swc plugins. This crate is INTERNAL crate and used by swc itself."
7
9
8
10
[dependencies ]
9
11
anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments