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

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

[dependencies]
deep-crate = { version = "0.1.0", path = "the/depths" }

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"