mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
23 lines
567 B
TOML
23 lines
567 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Graph analyzer"
|
|
edition = "2021"
|
|
include = ["Cargo.toml", "src/**/*.rs"]
|
|
license = "Apache-2.0"
|
|
name = "swc_graph_analyzer"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.22.15"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
auto_impl = "1.1.0"
|
|
petgraph = "0.6.0"
|
|
swc_common = {version = "0.33.12", path = "../swc_common/"}
|
|
swc_fast_graph = {version = "0.21.13", path = "../swc_fast_graph/"}
|
|
tracing = "0.1.37"
|
|
|
|
[dev-dependencies]
|
|
testing = {version = "0.35.14", path = "../testing"}
|