summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/crate-dependency-path-resolution/the/depths/Cargo.toml
blob: 10a4ded0a8abb445d69c2ca3f5a4ac8a12042942 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "deep-crate"
version = "0.1.0"
authors = [
  "Nobody <nobody@mozilla.org>",
]

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