Skip to content

Commit 5787b5f

Browse files
author
Grant Wuerker
committed
library2
1 parent f2c5365 commit 5787b5f

21 files changed

+4789
-4
lines changed

Cargo.lock

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/driver2/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description = "Provides Fe driver"
1212
[dependencies]
1313
salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022" }
1414
codespan-reporting = "0.11"
15+
library2 = { path = "../library2", package = "fe-library2" }
1516

1617
hir = { path = "../hir", package = "fe-hir" }
1718
common = { path = "../common2", package = "fe-common2" }

0 commit comments

Comments
 (0)