Skip to content

Commit

Permalink
Make chuffed-rs non-default member of workspace.
Browse files Browse the repository at this point in the history
Chuffed-rs does not compile on lab machines. Making it non default means
that cargo test / cargo building the workspace will now succeed on the
school lab machines.
  • Loading branch information
niklasdewally committed Jan 25, 2024
1 parent 7282e0e commit e5834ea
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 e5834ea

Please sign in to comment.