[package] name = "test_publish_cool_workspace" version = "0.13.9" edition = "2021" authors = ["Danny Meyer "] repository = "https://github.com/xasopheno/test_publish_cool_workspace" description = "test package for checking that publish_cool_workspace works as expected" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "test_publish_cool_workspace_inner" ] [dependencies] test_publish_cool_workspace_inner={version= "^0.13.9", path="./test_publish_cool_workspace_inner"}