summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/rust-library-invalid-crate-type/Cargo.toml
blob: 3572550b763b7462a4d53871d83584c635510acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "random-crate"
version = "0.1.0"
authors = [
  "The Mozilla Project Developers",
]

[lib]
crate-type = ["dylib"]

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"