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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"