mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
0f3e3e9a9b
* 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`
29 lines
269 B
TOML
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"
|