Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 4, 2024
1 parent 6cf7051 commit 20ac96a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions packages/formatjs/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ version = "2.0.0"
custom_transform = []

[dependencies]
base64ct = { workspace = true, features = ["alloc"] }
once_cell = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
swc_core = { workspace = true, features = ["common", "ecma_visit", "ecma_ast"] }
swc_icu_messageformat_parser = { workspace = true, features = ["utf16"] }
base64ct = { workspace = true, features = ["alloc"] }
once_cell = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
swc_core = { workspace = true, features = ["common", "ecma_visit", "ecma_ast"] }

swc_icu_messageformat_parser = { features = [
"utf16",
], path = "../../../crates/swc_icu_messageformat_parser", version = "2.0.0" }

[dev-dependencies]
pretty_assertions = { workspace = true }

0 comments on commit 20ac96a

Please sign in to comment.