Skip to content

Commit

Permalink
revert space changes
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed May 14, 2024
1 parent 7469d61 commit e2b4a20
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,35 +36,35 @@ strip = "debuginfo"

[workspace]
members = [
"library/kani",
"library/std",
"tools/compiletest",
"tools/build-kani",
"kani-driver",
"kani-compiler",
"kani_metadata",
"library/kani",
"library/std",
"tools/compiletest",
"tools/build-kani",
"kani-driver",
"kani-compiler",
"kani_metadata",
]

# This indicates what package to e.g. build with 'cargo build' without --workspace
default-members = [
".",
"kani-driver",
"kani-compiler",
".",
"kani-driver",
"kani-compiler",
]

exclude = [
"build",
"target",
# dependency tests have their own workspace
"tests/kani-dependency-test/dependency3",
# cargo kani tests should also have their own workspace
"tests/cargo-kani",
"tests/perf",
"tests/cargo-ui",
"tests/slow",
"tests/std-checks",
"tests/assess-scan-test-scaffold",
"tests/script-based-pre",
"tests/script-based-pre/build-cache-bin/target/new_dep",
"tests/script-based-pre/build-cache-dirty/target/new_dep",
"build",
"target",
# dependency tests have their own workspace
"tests/kani-dependency-test/dependency3",
# cargo kani tests should also have their own workspace
"tests/cargo-kani",
"tests/perf",
"tests/cargo-ui",
"tests/slow",
"tests/std-checks",
"tests/assess-scan-test-scaffold",
"tests/script-based-pre",
"tests/script-based-pre/build-cache-bin/target/new_dep",
"tests/script-based-pre/build-cache-dirty/target/new_dep",
]

0 comments on commit e2b4a20

Please sign in to comment.