crane/checks/overlapping-targets/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
232 B
TOML
Raw Normal View History

2021-12-31 07:12:52 +03:00
[package]
name = "overlapping-targets"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "*"
2021-12-31 07:12:52 +03:00
[[bin]]
name = "foo"
path = "src/foo.rs"
[[bin]]
name = "bar"
path = "src/foo.rs"
[[bin]]
name = "baz"
path = "src/foo.rs"