Skip to content

Commit

Permalink
Reimplement import graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Jan 20, 2025
1 parent fcd5c2f commit 835dded
Show file tree
Hide file tree
Showing 12 changed files with 898 additions and 3,406 deletions.
164 changes: 154 additions & 10 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ log = "0.4.19"
pyo3-log = "0.12.1"
serde_json = "1.0.103"
rayon = "1.10"
petgraph = "0.6.5"
bimap = "0.6.3"
rustc-hash = "2.1.0"
slotmap = "1.0.7"
getset = "0.1.3"
derive-new = "0.7.0"
lazy_static = "1.5.0"
pathfinding = "4.13.1"
string-interner = "0.18.0"
thiserror = "2.0.11"

[dependencies.pyo3]
version = "0.23.4"
Expand Down
Loading

0 comments on commit 835dded

Please sign in to comment.