swc/crates/swc_atoms/Cargo.toml
2021-12-01 14:20:52 +09:00

17 lines
393 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"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.9"
[dependencies]
string_cache = "0.8.2"
[build-dependencies]
string_cache_codegen = "0.5"