Skip to content

Commit

Permalink
Address module feedback, support namespace and regular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Apr 19, 2024
1 parent 6446859 commit d834f8a
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 121 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/red_knot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ log = { workspace = true }
rustc-hash = { workspace = true }
parking_lot = { workspace = true }
salsa = { git = "https://github.com/salsa-rs/salsa.git", package = "salsa-2022", rev = "f5aec4abefb4c5e67cba6d8ea91c216bc2838f10" }
smallvec = { workspace = true }
smol_str = "0.2.1"
textwrap = "0.16.1"

[dev-dependencies]
textwrap = "0.16.1"
tempfile = { workspace = true }

[lints]
Expand Down
Loading

0 comments on commit d834f8a

Please sign in to comment.