Skip to content

Commit 8a78c75

Browse files
committed
Reimplement import graph
1 parent e86ad96 commit 8a78c75

12 files changed

Lines changed: 889 additions & 3406 deletions

rust/Cargo.lock

Lines changed: 160 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ log = "0.4.19"
1212
pyo3-log = "0.12.1"
1313
serde_json = "1.0.103"
1414
rayon = "1.10"
15-
petgraph = "0.6.5"
1615
bimap = "0.6.3"
17-
rustc-hash = "2.1.0"
16+
slotmap = "1.0.7"
17+
getset = "0.1.3"
18+
anyhow = "1.0.95"
19+
derive-new = "0.7.0"
20+
lazy_static = "1.5.0"
21+
pathfinding = "4.13.1"
22+
string-interner = "0.18.0"
1823

1924
[dependencies.pyo3]
2025
version = "0.23.4"

0 commit comments

Comments
 (0)