Skip to content

Commit

Permalink
add workspace entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Feb 5, 2024
1 parent 81b6161 commit f29781f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[workspace]
resolver = "2"
members = [
"crates/derive_node", "crates/diagnostics",
"crates/derive_node",
"crates/diagnostics",
"crates/folidity",
"crates/parser",
"crates/parser",
"crates/semantics",
]

[workspace.package]
Expand All @@ -20,6 +22,7 @@ version = "1.0.0"
folidity-parser = { path = "crates/parser" }
folidity-diagnostics = { path = "crates/diagnostics" }
derive-node = { path = "crates/derive_node" }
folidity-semantics = { path = "crates/semantics" }
logos = "0.13"
lalrpop-util = "0.20"
lalrpop = "0.20"
Expand Down

0 comments on commit f29781f

Please sign in to comment.