Skip to content

Commit

Permalink
Merge pull request #136 from niklasdewally/do-not-chuffed-by-default
Browse files Browse the repository at this point in the history
Make chuffed-rs non-default member of workspace.
  • Loading branch information
ozgurakgun authored Jan 26, 2024
2 parents e1259f2 + e5834ea commit 75f3d4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[workspace]
resolver = "2"

default-members = [
"conjure_oxide",
"crates/conjure_core",
"solvers/kissat",
"solvers/minion",
]

members = [
"conjure_oxide",
"crates/conjure_core",
Expand Down

0 comments on commit 75f3d4e

Please sign in to comment.