Skip to content

Commit

Permalink
Move execution-plan module into this workspace/repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Dec 13, 2023
1 parent eb01834 commit b0d5219
Show file tree
Hide file tree
Showing 11 changed files with 1,540 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ jobs:
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: kittycad-modeling-cmds
35 changes: 35 additions & 0 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 @@ -2,6 +2,7 @@
resolver = "2"
members = [
"modeling-cmds",
"execution-plan",
"unit-conversion-derive",
]

Expand Down
Loading

0 comments on commit b0d5219

Please sign in to comment.