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

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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"