crane/checks/various-targets/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

29 lines
269 B
TOML

[package]
name = "various-targets"
version = "0.1.0"
edition = "2021"
[[bench]]
name = "foo"
[[bench]]
name = "bar"
[[bin]]
name = "baz"
[[bin]]
name = "qux"
[[example]]
name = "zuul"
[[example]]
name = "corge"
[[test]]
name = "grault"
[[test]]
name = "garply"