swc/crates/swc_atoms/Cargo.toml

20 lines
417 B
TOML
Raw Normal View History

2017-12-22 15:51:36 +03:00
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = "build.rs"
description = "Atoms for the swc project."
documentation = "https://rustdoc.swc.rs/swc_atoms/"
2021-12-30 12:59:18 +03:00
edition = "2021"
2021-12-01 08:20:52 +03:00
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
2022-03-28 09:51:53 +03:00
version = "0.2.11"
2017-12-22 15:51:36 +03:00
[lib]
bench = false
2017-12-22 15:51:36 +03:00
[dependencies]
string_cache = "0.8.4"
2017-12-22 15:51:36 +03:00
[build-dependencies]
string_cache_codegen = "0.5.2"