summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/crate-dependency-path-resolution/the/depths/Cargo.toml
blob: cebcb38ab7aff1084fccb0707e0143df9af6b9e6 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "deep-crate"
version = "0.1.0"
authors = [
  "The Mozilla Project Developers",
]

[dependencies]
shallow-crate = { path = "../../shallow" }