Skip to content

Commit 749ca4a

Browse files
committed
fix typo
1 parent ac91fdd commit 749ca4a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

crates/swc_plugin_backend_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
77
authors = ["강동윤 <[email protected]>"]
8-
description = "swc plugin backedn tests and benchmarks"
8+
description = "swc plugin backend tests and benchmarks"
99
publish = false
1010

1111
[lib]

crates/swc_plugin_backend_wasmtime/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[package]
22
name = "swc_plugin_backend_wasmtime"
33
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."
79

810
[dependencies]
911
anyhow = { workspace = true }

0 commit comments

Comments
 (0)