mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
21 lines
598 B
TOML
21 lines
598 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.6.0"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ahash = "0.7.6"
|
|
auto_impl = "0.5.0"
|
|
petgraph = "0.6.0"
|
|
swc_fast_graph = { version = "0.5.0", path = "../swc_fast_graph/" }
|
|
tracing = "0.1.32"
|
|
|
|
[dev-dependencies]
|
|
testing = { version = "0.19.0", path = "../testing" }
|