mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
11dbc1406c
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
17 lines
395 B
TOML
17 lines
395 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "Atoms for the swc project."
|
|
documentation = "https://swc.rs/rustdoc/swc_atoms/"
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
name = "swc_atoms"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.2.5"
|
|
|
|
[dependencies]
|
|
string_cache = "0.8"
|
|
|
|
[build-dependencies]
|
|
string_cache_codegen = "0.5"
|