• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[workspace]
2members = [
3    "child",
4]
5resolver = "2"
6
7[package]
8name = "parent"
9version = "0.1.0"
10edition = "2018"
11
12# Required to satisfy cargo but no `lib.rs` is expected to
13# exist within test data.
14[lib]
15path = "lib.rs"
16
17