Skip to content

Commit

Permalink
[move-ide] Added virtualized source file reader
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc committed Feb 13, 2024
1 parent 4dd775b commit d12b11c
Show file tree
Hide file tree
Showing 15 changed files with 365 additions and 121 deletions.
118 changes: 112 additions & 6 deletions external-crates/move/Cargo.lock

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

1 change: 1 addition & 0 deletions external-crates/move/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ better_any = "0.1.1"
bitvec = "0.19.4"
byteorder = "1.4.3"
bytes = "1.0.1"
chashmap = "2.2.2"
chrono = "0.4.19"
clap = { version = "4", features = ["derive"] }
codespan = "0.11.1"
Expand Down
1 change: 1 addition & 0 deletions external-crates/move/crates/move-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2021"

[dependencies]
anyhow.workspace = true
chashmap.workspace = true
codespan-reporting.workspace = true
derivative.workspace = true
dunce.workspace = true
Expand Down
Loading

0 comments on commit d12b11c

Please sign in to comment.