swc/Cargo.toml
강동윤 26eb4e3206
Collect all comments (#633)
- Comments are now appended
 - pin dashmap's version
2020-02-07 14:32:43 +09:00

41 lines
784 B
TOML

[workspace]
[package]
name = "swc"
version = "0.1.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
documentation = "https://swc-project.github.io/rustdoc/swc/"
description = "Speedy web compiler"
edition = "2018"
[lib]
name = "swc"
[dependencies]
swc_atoms = { path ="./atoms" }
swc_common = { path ="./common" }
swc_ecmascript = { path ="./ecmascript" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
failure = "0.1"
path-clean = "0.1"
once_cell = "1"
hashbrown = "0.6"
regex = "1"
either = "1"
dashmap = "=3.4.0"
sourcemap = "4.1.1 "
[dev-dependencies]
testing = { path = "./testing" }
walkdir = "2"
[[example]]
name = "usage"
[profile.bench]
codegen-units = 1
#lto = true