mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
21 lines
594 B
TOML
21 lines
594 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Cached types for swc"
|
|
documentation = "https://rustdoc.swc.rs/swc_cached/"
|
|
edition = "2021"
|
|
include = ["Cargo.toml", "src/**/*.rs"]
|
|
license = "Apache-2.0"
|
|
name = "swc_cached"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.1.1"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ahash = "0.7.6"
|
|
anyhow = "1.0.55"
|
|
dashmap = "5.1.0"
|
|
once_cell = "1.9.0"
|
|
regex = "1.5.4"
|
|
serde = "1.0.136"
|
|
swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
|