crane/checks/with-libs/Cargo.toml
Ivan Petkov 0f3e3e9a9b
Bring all tests back under nix flake check
* Seems like whatever issue was preventing us from evaluating
  derivations for other architectures (without actually building them)
  has been resolved, and now we can nicely test everything with a single
  invocation of `nix flake check`
2022-01-04 12:55:36 -08:00

8 lines
101 B
TOML

[workspace]
members = [
"only-cdylib",
"only-staticlib",
"all-types",
]
exclude = ["some-dep"]