Cargo.toml
 1  [package]
 2  name = "test_from_another_crate"
 3  description = "Integration test of using the package in the parent directory from another crate."
 4  publish = false
 5  build = "build.rs"
 6  version = "0.0.0"
 7  authors = ["Derick Eddington"]
 8  # edition = "2015"
 9  rust-version = "1.0.0"
10  
11  [build-dependencies]
12  cfg_rust_features = { path = ".." }