[package] name = "my_crate_inside_a_repo_with_a_long_name2" version = "0.2.0" edition = "2021" description = "Crate 2" license = "Apache-2.0" homepage = "https://www.andrewmwells.com/" repository = "https://github.com/andrewmw94/test_crates_in_repo/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] my_crate_inside_a_repo_with_a_long_name1 = { path = "../my_crate_inside_a_repo_with_a_long_name1", version = "0.2" }