[package] name = "fun-pkg-impl" version = "0.3.0" edition = "2021" authors = [ "John ", ] description = """ A project to demonstrate publishing crates """ readme = "README.md" documentation = "https://docs.rs/fun-pkg-impl" repository = "https://github.com/John-Chan/crates-release" license = "MIT" keywords = ["fun"] categories = ["development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fun-pkg-api= { path = "../fun-pkg-api", version = "0.1.1" }