From 0b5db9ca547efd1ac1763efd3f49cbc0a86e920e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen=20Zhang=20=28=E5=BC=A0=E6=B6=9B=29?= Date: Fri, 18 Oct 2024 19:25:30 +0800 Subject: [PATCH] feat: update README --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 216e233b..f3359e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [workspace] -members = ["plugins/*"] +members = [ + "swc_plugin_canyon" +] resolver = "2"