liurenjie1024 commented on PR #157: URL: https://github.com/apache/iceberg-rust/pull/157#issuecomment-1882123647
Hi, @hiirrxnn There is another approach for this, please follow these steps: 1. You can add the home page info in `Cargo.toml` of workspace. 2. Then in `Cargo.toml` of each package, set the filed value to `homepage = {workspace = true}`. Here is a great example from cargo: https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table This way we don't need to repeat same thing for each package. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org