mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
11 lines
195 B
TOML
11 lines
195 B
TOML
[package]
|
|
name = "swc_atoms"
|
|
build = "build.rs"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
string_cache = "0.6"
|
|
|
|
[build-dependencies]
|
|
string_cache_codegen = "0.4" |