summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/multiple-rust-libraries/rust2/Cargo.toml
blob: f2001895e83061241b73a467d843f964878526db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rust2"
version = "0.1.0"
authors = [
  "Nobody <nobody@mozilla.org>",
]

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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"