swc/atoms/Cargo.toml

11 lines
195 B
TOML
Raw Normal View History

2017-12-22 15:51:36 +03:00
[package]
name = "swc_atoms"
build = "build.rs"
version = "0.1.0"
authors = ["강동윤 <kdy1@outlook.kr>"]
[dependencies]
string_cache = "0.7"
2017-12-22 15:51:36 +03:00
[build-dependencies]
string_cache_codegen = "0.4"