swc/crates/swc_fast_graph/Cargo.toml

20 lines
508 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Faster version of petgraph"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_graph"
repository = "https://github.com/swc-project/swc.git"
2024-04-29 03:56:21 +03:00
version = "0.21.22"
[lib]
bench = false
[dependencies]
indexmap = { workspace = true }
petgraph = { workspace = true }
rustc-hash = { workspace = true }
2024-04-29 03:56:21 +03:00
swc_common = { version = "0.33.26", path = "../swc_common" }