mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
20 lines
467 B
TOML
20 lines
467 B
TOML
[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"
|
|
version = "0.21.15"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
indexmap = "2.0.0"
|
|
petgraph = "0.6"
|
|
rustc-hash = "1.1.0"
|
|
|
|
swc_common = { version = "0.33.15", path = "../swc_common" }
|