mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
4411d1d3a5
swc_atoms: - Use `string_cache` with `parking_lot` patch applied. wasm: - Pin `parking_lot_core` to `=0.8.0` to workaround https://github.com/Amanieu/parking_lot/issues/269.
17 lines
397 B
TOML
17 lines
397 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "Atoms for the swc project."
|
|
documentation = "https://rustdoc.swc.rs/swc_atoms/"
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
name = "swc_atoms"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.2.8"
|
|
|
|
[dependencies]
|
|
string_cache = "0.8.2"
|
|
|
|
[build-dependencies]
|
|
string_cache_codegen = "0.5"
|