Skip to content

Commit

Permalink
all tests working after big ass refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Nov 29, 2023
1 parent 8b80d3f commit f27ab3a
Show file tree
Hide file tree
Showing 37 changed files with 447 additions and 8,861 deletions.
69 changes: 49 additions & 20 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ members = [
"macro",
"core",
"mir",
"hir"
]
exclude = [
"commercial",
Expand Down
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ syn = "2.0"
libninja_mir = { path = "../mir" }
include_dir = "0.7.3"
tera = "1.19.0"
libninja_hir = { path = "../hir" }

[dev-dependencies]
serde_yaml = "0.9.25"
Loading

0 comments on commit f27ab3a

Please sign in to comment.