summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/rust-library-no-profile-section/Cargo.toml
blob: 2700849dbb46c850c1a48dd12397f4f15aa3a887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "random-crate"
version = "0.1.0"
authors = [
  "Nobody <nobody@mozilla.org>",
]

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

[profile.release]
panic = "abort"